+ 1
How can I add a "font-style:" fallback just in case the specified style isn't recognised by the browser just like we do with font-family ?
2 odpowiedzi
+ 1
Hi, As far as I know this is not something you can do with CSS alone.
A JS solution is the answer I think…
https://developers.google.com/fonts/docs/webfont_loader
https://github.com/typekit/webfontloader
+ 1
Font styles are pretty standard across the board. It shouldn't ever be an issue really. If you are having problems currently I would actually like to hear what they are.