Comment on Font in your faceparentComments−dflock17yDon't forget that you can setup your webserver to serve font files gzipped, which often gets ~50% compression on ttf's.−nimbupani17yyep. But for a 2MB font file that still comes to about 1MB which is quite hefty a load for one page. The main problem is Safari blocks the text from rendering until the font loads, which I think is not good for usability.
Comments
Don't forget that you can setup your webserver to serve font files gzipped, which often gets ~50% compression on ttf's.
yep. But for a 2MB font file that still comes to about 1MB which is quite hefty a load for one page. The main problem is Safari blocks the text from rendering until the font loads, which I think is not good for usability.