View Single Post
Old 08-20-2021, 02:10 PM   #34
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,625
Karma: 169712392
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by rsuchwani View Post
David,

The Glyphs displays fine because I've used the Unicode characters as the list markers, very few 'fonts' don't display them. Even I remedied it by subsetting the font (that has almost all the used glyphs) and embedding it in the ePub, but that didn't resolve my issue. Please observe the attached Test ePub V03 above.

Thanks.
It doesn't matter how you refer to the glyph. If the font(s) being used to display the glyph do not have the glyph defined, it won't work. Depending on the device you are reading on and the renderer used, some will attempt to locate the glyph in all available fonts while others will use the font(s) defined in the epub.

edit: I ran your epub through epubcheck which had no issues with it. OTOH, validating your stylesheet through the W3C checker came up with multiple errors. Some of them I would disregard but there were several that caused issues on my ereaders.

Code:
1 		This profile has a very specific syntax for @charset: @charset followed by exactly one space, followed by the name of the encoding in quotes, followed immediately by a semicolon. @charset "UTF-8";
37 		Parse Error [epub|type~="toc"] ol]
41 		Parse Error [epub|type~="landmarks"]]
41 		Parse Error [epub|type~="page-list"]]

Last edited by DNSB; 08-20-2021 at 02:20 PM.
DNSB is offline   Reply With Quote