View Single Post
Old 05-16-2020, 12:22 PM   #9
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,471
Karma: 169115146
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
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.
Attached Thumbnails
Click image for larger version

Name:	screen_001.png
Views:	272
Size:	132.3 KB
ID:	179278  
Attached Files
File Type: epub Test - fixedup_dnsb.epub (9.2 KB, 121 views)

Last edited by DNSB; 05-16-2020 at 12:29 PM.
DNSB is offline   Reply With Quote