Originally Posted by jackie_w
If the other 3 font files don't exist the only thing you can do is map all 4 (reg, italic, bold, boldital) to the single sylfaen.ttf font file you do have, like this:
Code:
@font-face { font-family: serif; src: url(res:///ebook/fonts/../../mnt/sdcard/fonts/sylfaen.ttf);}
but of course all text will then display in sylfaen regular, i.e. no bold and/or italic.
If you want bold and italic to display correctly you will need to pick a different font-family with all 4 files which contain all characters for your language of choice. What is it, by the way?
|