Quote:
Originally Posted by marliv
...any ideas?
|
Assuming tt0011m_.ttf and tt0003m_.ttf are the unicode fonts you want, does this work as your extra CSS?
Code:
@font-face {font-family: serif; src:url(res:///opt/sony/ebook/FONT/tt0011m_.ttf)}
@font-face {font-family: sans-serif; src:url(res:///opt/sony/ebook/FONT/tt0003m_.ttf)}
html {font-family: serif;}
h1 {font-family: sans-serif;}