Jackie_w
This is my userstyle.css file on the reader:
@font-face {
font-family: -ua-default;
font-weight: normal;
font-style: normal;
src: url(res:///Data/epub/FONT/Arial/arial.ttf);
}
@font-face {
font-family: -ua-default;
font-weight: bold;
font-style: normal;
src: url(res:///Data/epub/FONT/Arial/arialbd.ttf);
}
@font-face {
font-family: -ua-default;
font-weight: normal;
font-style: italic;
src: url(res:///Data/epub/FONT/Arial/ariali.ttf);
}
@font-face {
font-family: -ua-default;
font-weight: bold;
font-style: italic;
src: url(res:///Data/epub/FONT/Arial/arialbi.ttf);
}
@font-face {
font-family: "sans-serif1";
src:url(res:///opt/sony/ebook/FONT/tt0003m_.ttf);
}
h1 {
font-family: sans-serif1, sans-serif;
}
How exactly do you think I should change it?
(I want Arial to be the the default font. It is now on most books, but not all)
Regards
Last edited by oddman5; 01-11-2011 at 10:45 AM.
|