cssninjaStudio / unplugin-fonts

Universal Webfont loader - Unfonts - based on https://web.dev/optimize-webfont-loading/
MIT License
340 stars 24 forks source link

Is this tool downloads fonts? #43

Closed SeryiBaran closed 1 year ago

SeryiBaran commented 1 year ago

Hello!

Does this package download fonts into bundle?

cssninjastudio[bot] commented 1 year ago

Hello @SeryiBaran! Thanks for opening this issue, we will get back to you soon! Until then, feel free to join us on discord

If you love our work, please consider sponsoring us

stafyniaksacha commented 1 year ago

Hi! No this plugin does not download fonts from CDN (google, typekit).

If you want to serve font, you should use fontsource provider and install packages you use: https://github.com/cssninjaStudio/unplugin-fonts#fontsource

SeryiBaran commented 1 year ago

Thank you!