开发者

using @font-face for 2 fonts causing big slow-down

开发者 https://www.devze.com 2023-03-11 14:23 出处:网络
This is the first time I\'ve used @font-face. The font pack is from myfont开发者_运维知识库s.com and I\'m currently testing in Safari and noticed through the web inspector that the css file, which loa

This is the first time I've used @font-face. The font pack is from myfont开发者_运维知识库s.com and I'm currently testing in Safari and noticed through the web inspector that the css file, which loads the 2 fonts shows as a nearly-2mb-download ! the fonts appear to be there as base64 encoded. The pack didn't include the actual .otf files.

using @font-face for 2 fonts causing big slow-down

using @font-face for 2 fonts causing big slow-down

I've added Gzipping via a .htaccess file and this has cut down the size of that file by nearly half but at 1mb, it's still not acceptable and I can't understand why it's so big.


Base64 is larger than the original file around 1.3 - from wikipedia. You can convert the file back to its original state with this convertor, but there are a lot of tool on the net.


Either download the font files through myfonts.com ( http://new.myfonts.com/fonts/typodermic/great-escape-rg/ ) or use font-squirrel generator to make them from the original files if you have previously purchased them ( http://www.fontsquirrel.com/fontface/generator )

0

精彩评论

暂无评论...
验证码 换一张
取 消