unicodeRange
override is ignored in generated CSS
#180
Labels
documentation
Improvements or additions to documentation
unicodeRange
override is ignored in generated CSS
#180
I am attempting to use a different font for a single character (
@
) as per this MDN doc.From what I've gathered, using the
fonts.families
override innuxt.config.ts
should do the trick:This does not have the desired effect, the generated CSS has its
unicodeRange
(s) untouched:the generated CSS, as seen in devtools
Am I misunderstanding what
fonts.families[].unicodeRange
is for? It is not mentioned in the documentation unlike the other props, but the JSDoc comment ("The range of Unicode code points to be used from the font."
) suggests to me that this should work.If this is not the intended way to handle this use case, what is?
The text was updated successfully, but these errors were encountered: