I took a look at the font-family declarations. Hooped is the kindest word that comes to mind.
You had:
src: url("res:///fonts/Gentium Plus-Bold.ttf")
where you needed:
src: url('res:///fonts/bold/Gentium Plus')
Logical not physical.
I'm not totally certain the single quotes instead of double quotes is needed but that's what I have in my notes. Also note the /bold/ and the name of the font not the font file name.
I've attached the corrected epub and a screen shot from my Kobo Forma.
Last edited by DNSB; 05-16-2020 at 12:29 PM.
|