Quote:
Originally Posted by AlanHK
I have a book with CSS like:
Code:
body {font-family: serif; }
@font-face { font-family: 'Fraktur'; font-weight: normal; font-style: normal; src: url('../Fonts/OldEng.ttf'); }
.Fraktur { font-family: 'Fraktur', serif; font-style: normal; }
And apply it with a span:
<span class="Fraktur">Christmas Greetings!</span>
I can choose a font on Kindle, but then the Fraktur style doesn't show. If I choose "publisher font" then everything else becomes Bookerly. So the reader can choose the body font, at the cost of screwing up the display text.
Is that what you meant?
|
You have two problems. One is the font-family in body. That has to go. The other is the use of Fraktur. The way the Kindle works is you either use a font from the list or you use Publisher font and get whatever the default is.if you don't need Fraktur, remove it too. If you do need it, then you may be screwed. Embedded fonts is one thing Amazon botched big time.