Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

We've added Arial, Arial Italic, Arial Bold, and Georgia Italic - the APK jumped from ~ 500K to > 1.5MB

Is there any way at all to minimize the cost of file size with using custom fonts?

share|improve this question

1 Answer

You can always remove the characters that you are not using (for example if the font manages Cyrillic characters and you don't want to provide the corresponding translation) with Font Forge.

Google Web fonts could be another way, they typically make ~100ko and they are compatible with android >= 2.2 (which is all you need anyway).

share|improve this answer
That's one way I guess, nothing I can do compression wise, etc? It's a real killer! – Shay B. Sep 9 '12 at 9:04
I edited the original answer for clarity. – Teovald Sep 9 '12 at 9:10
That's dandy, I don't believe they have Arial and Georgia though :( I guess I'll figure out another way :) Thanks! – Shay B. Sep 9 '12 at 9:15
No, but depending on what you want to do another typeface might be a good idea (and Roboto is a great default font), Arial may be a little boring since it has been used everywhere. Anonymous pro is a free font (also part of google web font) that you might find interesting. I mostly use it for my code (and it has been designed specifically for that), but it is not its only possible use. – Teovald Sep 9 '12 at 10:02

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.