View Single Post
Old 05-16-2020, 12:39 PM   #12
pepak
Guru
pepak has a spectacular aura aboutpepak has a spectacular aura aboutpepak has a spectacular aura aboutpepak has a spectacular aura aboutpepak has a spectacular aura aboutpepak has a spectacular aura aboutpepak has a spectacular aura aboutpepak has a spectacular aura aboutpepak has a spectacular aura aboutpepak has a spectacular aura aboutpepak has a spectacular aura about
 
Posts: 610
Karma: 4150
Join Date: Mar 2008
Device: Sony Reader PRS-T3, Kobo Libra H2O
Quote:
Originally Posted by DNSB View Post
I took a look at the font-family declarations. Hooped is the kindest word that comes to mind.
Not sure why, but whatever.

Quote:
You had:
Code:
src: url("res:///fonts/Gentium Plus-Bold.ttf")
where you needed:
Code:
src: url('res:///fonts/bold/Gentium Plus')
Logical not physical.
So that's that simple obvious thing I was missing! The Sony Readers always referenced actual font files, just like the regular CSS files.

Quote:
Originally Posted by DNSB View Post
I've attached the corrected epub and a screen shot from my Kobo Forma.
Thanks! There are some small mistakes there in the Monospace section, but I am sure I can iron it out with this example to use as the starting point.
pepak is offline   Reply With Quote