Installing non-standard fonts

时间:2015-05-24 作者:buksida

我按照在线说明安装了非标准字体,并上传了字体。ttf文件并将其添加到样式中。我的孩子主题中的css:

@font-face { font-family: UtopiaStd; src: url(\'/wp-content/themes/opti-child/UtopiaStd-Regular.otf\'); }

但是,更改主题样式中的字体。css对新字体系列没有任何作用,它只是默认回系统的默认字体。

有什么想法吗?

1 个回复
SO网友:Aryan

如果您的字体是自由转换的http://onlinefontconverter.com.

打开类型可用于网站尝试附加format("opentype"). 如果你的字体是免费的和开源的,我强烈建议你从给定的链接转换这个。

@font-face { 
    font-family: UtopiaStd; src: url(\'/wp-content/themes/opti-child/UtopiaStd-Regular.otf\') format("opentype"); 
}

结束