Replies: 1 comment 6 replies
-
You could use |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a good strategy to accept any string of text, and if the chosen font doesn't have the requested characters, load a fallback font? Our fallbacks will be Noto fonts.
unicode-range
is a hint in the CSS that Google Fonts serves. But I haven't seen an example of code that splits an input string based on unicode ranges and maps to fallback font files.Beta Was this translation helpful? Give feedback.
All reactions