Hi jackie_w. It seems you are always around when CSS questions come up!
I made the suggested changes. I can change fonts in the T3 menu, but now my GeorgiaEInk15 font does not show up at all. Here is my calibre CSS:
Code:
@font-face {
font-family: serif;
font-weight: normal;
font-style: normal;
src: url(res:///ebook/fonts/../../mnt/sdcard/fonts/GeorgiaEInk15.ttf);
}
@font-face {
font-family: serif;
font-weight: bold;
font-style: normal;
src: url(res:///ebook/fonts/../../mnt/sdcard/fonts/GeorgiaEInk15Bold.ttf);
}
@font-face {
font-family: serif;
font-weight: normal;
font-style: italic;
src: url(res:///ebook/fonts/../../mnt/sdcard/fonts/GeorgiaEInk15Italic.ttf);
}
@font-face {
font-family: serif;
font-weight: bold;
font-style: italic;
src: url(res:///ebook/fonts/../../mnt/sdcard/fonts/GeorgiaEInk15BoldItalic.ttf);
}
body {
widows: 0;
orphans: 0;
}
When I open the book, the font once again defaults to "Amasis". That is, the menu says "Original", but that is always the same as "Amasis". So I still don't understand what "Original" is for.
All suggestions are appreciated...