Nuxt UI fonts not generating fallback fonts
I have my font defined as:
Which is then imported into my main css:
When I run
To test it out I also installed
Any ideas?
Which is then imported into my main css:
@import "./theme/typography.css";When I run
yarn build/start I see no fallback fonts are generated.To test it out I also installed
@nuxtjs/fontaine to try it out and that DOES generate fallback fonts, but it generates like 120 rules Any ideas?
