Thread: PRS-650 Flashing the firmware
View Single Post
Old 11-04-2010, 08:39 PM   #67
induna
Addict
induna ought to be getting tired of karma fortunes by now.induna ought to be getting tired of karma fortunes by now.induna ought to be getting tired of karma fortunes by now.induna ought to be getting tired of karma fortunes by now.induna ought to be getting tired of karma fortunes by now.induna ought to be getting tired of karma fortunes by now.induna ought to be getting tired of karma fortunes by now.induna ought to be getting tired of karma fortunes by now.induna ought to be getting tired of karma fortunes by now.induna ought to be getting tired of karma fortunes by now.induna ought to be getting tired of karma fortunes by now.
 
Posts: 230
Karma: 1500000
Join Date: May 2007
Location: San Vito de Coto Brus, Costa Rica
Device: Sony PRS-500, 505, 600, 350, T1 Amazon Kindle PW1, PW2, Voyage
My userstyle.css is as follows:

@font-face {
font-family: -ua-default;
font-weight: normal;
font-style: normal;
src: url(res:///Data/epub/FONT/cambria/cambria.ttf);
}

@font-face {
font-family: -ua-default;
font-weight: bold;
font-style: normal;
src: url(res:///Data/epub/FONT/cambria/cambriab.ttf);
}

@font-face {
font-family: -ua-default;
font-weight: normal;
font-style: italic;
src: url(res:///Data/epub/FONT/cambria/cambriai.ttf);
}

@font-face {
font-family: -ua-default;
font-weight: bold;
font-style: italic;
src: url(res:///Data/epub/FONT/cambria/cambriaz.ttf);
}

@font-face {
font-family: "sans-serif1";
src:url(res:///opt/sony/ebook/FONT/tt0003m_.ttf);
}

h1 {
font-family: sans-serif1, sans-serif;
}


It works perfectly.

If there are any mistakes in the file, the reader will use the default font.
induna is offline   Reply With Quote