View Single Post
Old 06-09-2013, 09:16 PM   #13
aterry13
Enthusiast
aterry13 began at the beginning.
 
Posts: 30
Karma: 10
Join Date: May 2012
Device: nook str
I am a total newbie at this - everything I learned about it I taught myself - so you are my new best friend for helping me out!

Here are the @fonts

@page {
margin-bottom: 5pt;
margin-top: 5pt
}
@font-face {
src: url(Droid-Serif.ttf);
panose-1: 2 2 6 0 6 5 0 2 2 0;
font-family: "Droid Serif"
}
@font-face {
src: url(Droid-Serif-Italic.ttf);
panose-1: 2 2 6 0 6 5 0 9 2 0;
font-family: "Droid Serif";
font-style: italic
}
@font-face {
src: url(Droid-Serif-Bold.ttf);
panose-1: 2 2 8 0 6 5 0 2 2 0;
font-family: "Droid Serif";
font-weight: bold
}
@font-face {
src: url(Droid-Serif-Bold-Italic.ttf);
panose-1: 2 2 8 0 6 5 0 9 2 0;
font-family: "Droid Serif";
font-weight: bold;
font-style: italic
}

And there is only one font family in the whole book. Does that help? Thanks!!!
aterry13 is offline   Reply With Quote