You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be nice if the font API also exposed what fallback fonts the browser is using. So, if I need to render some sans-serif text, and it's missing some Chinese and Hindi characters shapes, Chrome knows how to fallback to other fonts for those characters. It would be great if I could query the browser for how it handles those fallbacks, so then I could emulate that behavior in JavaScript and substitute fonts in the same way for missing characters.
The text was updated successfully, but these errors were encountered:
It might be nice if the font API also exposed what fallback fonts the browser is using. So, if I need to render some sans-serif text, and it's missing some Chinese and Hindi characters shapes, Chrome knows how to fallback to other fonts for those characters. It would be great if I could query the browser for how it handles those fallbacks, so then I could emulate that behavior in JavaScript and substitute fonts in the same way for missing characters.
The text was updated successfully, but these errors were encountered: