【发布时间】:2011-10-03 04:52:56
【问题描述】:
谁能告诉我为什么 FireFox 不呈现 Lucida Sans Unicode 字体类型?根据 w3schools,它是默认的网络安全字体。 Chrome 和 IE 都可以正常渲染。
html, body {
height: 100%;
font-size: 100%;
min-width: 950px;
color: #000;
font: normal 12px "Lucida Sans Unicode" Geneva, Tahoma;
}
【问题讨论】:
-
根据 w3schools - 除非您想解决问题,否则不要在此处引用 w3schools。 w3fools.com
-
@JaredFarrish 有什么好的网站可以及时了解所有标记和 css 更改?
-
你总是最好去源头,比如w3.org/TR。 sitepoint.com 也是一个不错的参考,quirksmode.org 也是一个不错的参考。 caniuse.com 适用于 HTML5。