View Single Post
Old 07-07-2011, 09:26 PM   #2
BelgarionNL
Member
BelgarionNL began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Jul 2011
Device: Sony PRS 650
in PRSPlus\epub\ i made a .CSS with:


@font-face { font-family: serif; font-weight: normal; font-style: normal; src: url(res:///Data/fonts/CaeciliaLTStd-Bold.otf);}
@font-face { font-family: serif; font-weight: normal; font-style: italic; src: url(res:///Data/fonts/CaeciliaLTStd-BoldItalic.otf);}
@font-face { font-family: serif; font-weight: bold; font-style: normal; src: url(res:///Data/fonts/CaeciliaLTStd-Heavy.otf);}
@font-face { font-family: serif; font-weight: bold; font-style: italic; src: url(res:///Data/fonts/CaeciliaLTStd-HeavyItalic.otf);}

body {font-family: serif;}
body, body.calibre, body.calibre1, body.calibre2, body.calibre3 {font-size: 0.85em !important;}


thx to jackie_w for helping me
BelgarionNL is offline   Reply With Quote