2 questions from the last 7 days
0
votes
1
answer
36
views
Nuxt Fonts does not generate the correct `@font-face` when the font is set as the default font in TailwindCSS v4
I'm using the @nuxt/fonts package to provide the font declarations. When the package detects a font name, it automatically adds the required @font-face rules to the compiled CSS. Based on the tests, ...
0
votes
2
answers
46
views
Nuxt Fonts with TailwindCSS v4 not loaded if using `@theme inline` instead of `@theme`
I want to use Nuxt Fonts to ensure that the appropriate @font-face rules are generated for my fonts. The documentation claims that for v4 I don't need to use the processCSSVariables option and that I ...