在我的网站上,我需要使用字体 Interstate Hairline。所以我把它放在我的字体文件夹中,然后放在我的代码中,css:
@font-face {
font-family: 'interstateHairline';
url('../fonts/interstate-hairline.ttf') format('truetype'), font-weight: normal;
font-style: normal;
}
.documents_box ul h4 {
font-family: "interstateHairline" !important;
font-size: 12px;
font-weight: normal;
text-transform: lowercase
}
它在 Windows 7、8 所有浏览器上显示正确。Ubuntu Chrome - 正确,Firefox - 它必须更大。但主要问题是它在 Firefox/Chrome 的 Windows XP 上显示不正确。所有浏览器都是最新版本。也许有人有同样的情况?抱歉语法错误。