unplugin-fonts icon indicating copy to clipboard operation
unplugin-fonts copied to clipboard

Universal Webfont loader - Unfonts - based on https://web.dev/optimize-webfont-loading/

Results 42 unplugin-fonts issues
Sort by recently updated
recently updated
newest added

Hi, I'm using fontsource to bundle fonts alongside my website, but the fonts are loaded as font-face css blocks when the file is imported, and that leads to the fonts...

I have a few fonts of Rubik family and I would like to load them as shown in the [example](https://github.com/stafyniaksacha/vite-plugin-fonts/tree/main/example) But this code loads only one font :( ``` ViteFonts({...

Preloading a few hundred kb of fonts can have a fairly big impact, it would be great if we were able to define a whitelist of fonts which we _do_...

good first issue

If I get it right it's only possible to import .ttf. Would be great to support other formats as well.

good first issue

Hey ! First, thank you very much for this very useful plugin ! I'm currently trying to optimize my website and being able to select a unicode range for Google...

Migrate this plugin to support vite / rollup / webpack / nuxt3 https://github.com/unjs/unplugin

Support webfonts URLs (like Google, but from a custom provider)

Fixes the issue mentioned here: https://github.com/stafyniaksacha/vite-plugin-fonts/issues/32

Hey, thank you for a great plugin! I'm having an issue when loading fonts from a nested route. Here's an example where you can reproduce the issue: https://stackblitz.com/edit/vitejs-vite-font-plugin-bug?file=src%2FApp.tsx Steps to...