Hi, I'm using sylfaen.ttf for unicode. Does it hav bold and italic? How do I specify those in @font-face statement?
@font-face {font-family: serif; font-weight: normal; font-style: normal; src: url(res:///ebook/fonts/../../mnt/sdcard/fonts/sylfaen.ttf);}
body, div, p { font-family: serif; }
.calibre { font-family: serif; }
that's what I'm using and it's working. Now I need bold and italic, how do I go about it?
THanks
|