View Single Post
Old 07-31-2010, 06:09 AM   #10
jdittric
Edge User
 
Quote:
Originally Posted by robot View Post
Why you use this path url(res:///system/fonts/DroidSansFallback.ttf); ???
Thats the way it is done on the sony reader. The path is the one, the should work and is pointing to the Droid fonts. The Droid fonts support cyrillic letters.

Quote:
Originally Posted by robot View Post
You can place font in an folder on your sdcard and than try url(res:///extsdcard/your_fonts/name of font.ttf);
I tried that as well (placing them on the internal storage /sdcard/), it didn't work.