我正在尝试从我的服务器加载自定义字体,但它没有检索字体
我正在使用以下代码,有人可以告诉我我正在使用的代码格式是否正确。
代码 :
@font-face {
font-family: trcustomfont ;
src: url( http://content.sales-accredit.com/BTGOV/Fonts/Knowledge-Regular.otf ) format("opentype");
}
.customfont {
font-family: trcustomfont;
}