Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Compressing fonts for using in web

Can fonts be compressed someway before using as webfonts? I have a font file which is 150kB. Is it possible to compress it down.

And also if i call for both font .eot and .ttf will both be downloaded by browsers?

like image 657
Sisir Avatar asked May 21 '11 14:05

Sisir


1 Answers

If you use the FontSquirrel @font-face kit generator - http://www.fontsquirrel.com/fontface/generator - and choose the expert setting, you can manipulate the settings to achieve a little better compression.

like image 64
Jason Gennaro Avatar answered Oct 07 '22 04:10

Jason Gennaro