Thread: PRS-T3 T3 fonts & custom fonts
View Single Post
Old 12-21-2013, 11:48 PM   #3
Phil_C
Addict
Phil_C ought to be getting tired of karma fortunes by now.Phil_C ought to be getting tired of karma fortunes by now.Phil_C ought to be getting tired of karma fortunes by now.Phil_C ought to be getting tired of karma fortunes by now.Phil_C ought to be getting tired of karma fortunes by now.Phil_C ought to be getting tired of karma fortunes by now.Phil_C ought to be getting tired of karma fortunes by now.Phil_C ought to be getting tired of karma fortunes by now.Phil_C ought to be getting tired of karma fortunes by now.Phil_C ought to be getting tired of karma fortunes by now.Phil_C ought to be getting tired of karma fortunes by now.
 
Phil_C's Avatar
 
Posts: 277
Karma: 391602
Join Date: Oct 2009
Location: Chicago, IL USA
Device: Sony PRS-350; Kobo Clara HD; Kobo Clara 2E; Kobo Clara BW
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...
Phil_C is online now   Reply With Quote