Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 - 值 em 表示字母间距是否安全?例如,我想使用letter-spacing: -0.028em;我在 google chrome、opera、firefox(最新版本)上尝试过,效果很好。但它也适用于旧版本吗?
letter-spacing: -0.028em;
em只是用于计算要用于对象渲染的值的标准或单位。
em
它是安全的,您可以将它与正值和负值一起使用,em 已经存在很长时间了,所以大多数旧浏览器都会对它有好处。
W3 声明允许 的长度为负值letter-spacing,所以是的;它们应该是功能性的。然而,这取决于浏览器本身,以及它们对规范的忠诚度和实现。
letter-spacing
参考: