2

我正在使用 font-face 来获取我在网站上使用的字体。瑞典字符 ÅÄÖ åäö 确实存在于字体集中,但它仍然显得很奇怪。

可能是什么问题?这是我用来获取字体文件的代码。

font-family: 'LinotypeAroma';
        src: url('../fonts/linotype_aroma_light_sc.eot');
        src: url('../fonts/linotype_aroma_light_sc.eot?#iefix') format('embedded-opentype'),
             url('../fonts/linotype_aroma_light_sc.woff') format('woff'),
             url('../fonts/linotype_aroma_light_sc.ttf') format('truetype'),
             url('../fonts/linotype_aroma_light_sc.svg#linotype_aroma_light_sc') format('svg');
        font-weight: normal;
        font-style: normal;
4

0 回答 0