fonts
fonts copied to clipboard
Plug-and-play web font optimization and configuration for Nuxt apps.
I've been having an issue with this module, where the fetching of font files sometimes fails during the production build. I haven't been able to create a reliable reproduction yet—it...
Bunny Fonts is down right now and it's not sending a proper response: WARN Could not fetch from https://fonts.bunny.net/list. Will retry in 1000ms. 3 retries left. 00:23:58 WARN Could not...
v0.12.2
> 0.12.2 is the next patch release. > > **Timetable**: to be announced. ## 👉 Changelog [compare changes](https://github.com/nuxt/fonts/compare/v0.12.1...v0.12.2) ### 🩹 Fixes - Use `$fetch` for proxy support when downloading fonts...
# Adobe font-face declaration fails to generate in @nuxt/fonts 0.12.1 (regression from 0.11.4) ## Bug Report ### Describe the bug Upgrading from `@nuxt/fonts` 0.11.4 to 0.12.1 breaks Adobe font generation....
## 🐛 Bug Fix Potentially fixes Adobe font-face declaration generation regression introduced in v0.12.1. Closes #736 > ⚠️ **Note:** ~~This fix was developed with AI assistance~~ This PR was blindly...
Not an issue but I use a handful of fonts and when building the project on GitHub Actions, it redownloads the fonts on every new build, which adds a few...
Tested on Windows 64-bits using Edge browser version 142.0.3595.53
Some of the google fonts are variable but no 100 ... 900, but only 100 ... 700 They are impossible to use, the build is not working. When I try...
Hello - I have the following in `nuxt.config.ts` ``` fonts: { families: [ { name: 'My Font', provider: 'local', weights: ['200', '300', '400', '500', '600', '700', '800', '900'], display: 'optional',...
Not sure if this is a bug or just me, but I found that when I used local fonts (put inside /public/fonts directory), and have this in my main.css ```...