View Single Post
Old 05-29-2011, 10:29 PM   #7
advocate2
My Kingdom for Karma
advocate2 is a jewel in the roughadvocate2 is a jewel in the roughadvocate2 is a jewel in the roughadvocate2 is a jewel in the roughadvocate2 is a jewel in the roughadvocate2 is a jewel in the roughadvocate2 is a jewel in the roughadvocate2 is a jewel in the roughadvocate2 is a jewel in the roughadvocate2 is a jewel in the roughadvocate2 is a jewel in the rough
 
advocate2's Avatar
 
Posts: 430
Karma: 7125
Join Date: Jul 2009
Location: Las Vegas
Device: Sony 350, 650, 950, Nook Color
I have the fonts in the folder. I might have gotton things rights by accident. Is it true that once you open a book in one font, you can't change the font?

I made a file called Georgia.css in the epub folder.

@font-face {
font-family: "Georgia";
font-weight: normal;
font-style: normal;
src: url(res:///Data/fonts/georgia.ttf);
}

@font-face {
font-family: "Georgia";
font-weight: bold;
font-style: normal;
src: url(res:///Data/fonts/georgiab.ttf);
}

@font-face {
font-family: "Georgia";
font-weight: normal;
font-style: italic;
src: url(res:///Data/fonts/georgiai.ttf);
}

@font-face {
font-family: "Georgia";
font-weight: bold;
font-style: italic;
src: url(res:///Data/fonts/georgiaz.ttf);
}

body {
font-family: "Georgia";
}

is this right????
advocate2 is offline   Reply With Quote