在我的网站上,我需要使用字体Interstate Hairline。所以我将它放在我的Fonts文件夹中然后放入我的代码中,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上显示不正确。所有浏览器都是最新版本。也许有人有相同的情况? 抱歉语法错误。