Quote:
Originally Posted by Jasmine GreenTea
Well, I'm stuck! Either I can have all the reader's system fonts but no Gentium, OR I have Gentium and no other font! And what I need is BOTH!
|
I don't have my Sony T1 anymore to test it but I think this may work...
In the epub css sheet, change
Code:
.calibre {
display: block;
font-family: "Gentium";}
to
Code:
body {
display: block;
font-family: "Gentium";}
and make sure there are no other
font-family settings anywhere else in the css.
Then, when you set the Sony's font menu to Default (Original) you should see Gentium, but if you choose one of the built-in sans-serif fonts (such as Frutiger) you should see that instead.
Just FYI, as far as I remember, hard-coding the Sony built-in font names in the epub css file will have no effect at all on a Sony, that's not how font-changing works.
ETA: If that doesn't work, post the @font-face statements you're using in this epub.