サーバーからカスタム フォントを読み込もうとしていますが、フォントが取得されません。
私は次のコードを使用しています。私が使用しているコードが正しい形式であることを教えてください。
コード :
@font-face {
font-family: trcustomfont ;
src: url( http://content.sales-accredit.com/BTGOV/Fonts/Knowledge-Regular.otf ) format("opentype");
}
.customfont {
font-family: trcustomfont;
}