我需要一些解决方案或建议来在网站中加载更快的字体。
就像是
@font-face {
font-family: 'myfont';
src: url('myfont.eot');
src: url('myfont.eot?#iefix') format('embedded-opentype'),
url('myfont.woff') format('woff'),
url('myfont.ttf') format('truetype'),
url('myfont.svg#nexa_heavyregular') format('svg');
font-weight: normal;
font-style: normal;
}
在 html 加载或下载字体 url 时需要一些时间来更改字体,有什么想法可以更快地加载它?