How to improve @ font-face loading performance

I am using a Chinese font called YaHei. For implementation I used http://fontface.codeandmore.com/ but the face face file is 10.01MB. Is there a way to compress the file or improve loading performance before the font is cached by the browser? I tried using prefetching with help <link rel="prefetch" href="#" />

, but I didn't notice any difference.

+3


source to share


1 answer


There are some great tips here: http://www.artzstudio.com/2012/02/web-font-performance-weighing-fontface-options-and-alternatives/



Look especially at the section "Removing unnecessary fonts from a font"

0


source







All Articles