Hi any time I render my html with the above font family I am getting an error. Can you pease let me know what I am doing wrong. The html is valid as I have tested it on web page
Thanks in advance.
I'm pretty sure this is not related to this plugin. You probably didn't link your font into your project, or it's using a different name than the one you're referencing in your CSS.
Please re-open an issue with more detailed informations if you think this is actually an issue from the plugin.
@Exilz is there any way to ignore fonts specified within the html that may not be installed on the device?
YES. It isn't that in my case the developer hasn't link the font in the project. End users are copying an pasting HTML content into a discussion forum. That html contains inline font styles.
Resolved using the following prop
ignoredStyles={['font-family', 'letter-spacing']}
Thanks I'll try that.
Confirmed! ignoredStyles fixes it!
Most helpful comment
Resolved using the following prop
ignoredStyles={['font-family', 'letter-spacing']}