feat-agency / vite-plugin-webfont-dl

⚡ Webfont Download Vite Plugin - Make your Vite site load faster
MIT License
302 stars 11 forks source link

Link preload as font #61

Open HummingMind opened 4 days ago

HummingMind commented 4 days ago

Hello, Would it be possible to add an option to generate a <link rel="preload" href="fontname.woff2" as="font" type="font/woff2" crossorigin> style preload links? So the font download starts sooner?

Thank you.