View Single Post
Old 01-11-2011, 10:32 AM   #17
oddman5
Member
oddman5 can program the VCR without an owner's manual.oddman5 can program the VCR without an owner's manual.oddman5 can program the VCR without an owner's manual.oddman5 can program the VCR without an owner's manual.oddman5 can program the VCR without an owner's manual.oddman5 can program the VCR without an owner's manual.oddman5 can program the VCR without an owner's manual.oddman5 can program the VCR without an owner's manual.oddman5 can program the VCR without an owner's manual.oddman5 can program the VCR without an owner's manual.oddman5 can program the VCR without an owner's manual.
 
Posts: 11
Karma: 166284
Join Date: Dec 2009
Device: Kindle Voyage, Kobo Forma
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.
oddman5 is offline   Reply With Quote