How to add fallback font style? #626
Replies: 1 comment
-
Could you open a bug report issue for this one, with a sample EPUB showing the problem? Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If the span tag does not have a font class assigned to it. Some (older?) devices are unable to render some special characters. They show up as [X]. (ə and ː). When a font class has been applied in span, it can render the characters properly
Is there a way for the reader to display these characters even if the device's fallback font style cannot render these characters?
I did look at using something like below. But this would change the font style of everything in the Epub file. So this is not ideal.
I may just be missing some setting or am misunderstanding the cause of the issue. Any help is greatly appreciated
Beta Was this translation helpful? Give feedback.
All reactions