feat-agency / vite-plugin-webfont-dl

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

[Feature Request] Embed fonts inline using base64 #43

Closed hannojg closed 11 months ago

hannojg commented 11 months ago

Hey,

I have a project where I need to bundle all code of the web app into a single index.html file. I'd like to use this plugin. Instead of bundling the fonts as separate assets, we can base64 them and put them directly into the style tag / font face definition.

Do you think that'd be possible? Thanks in advance for the response 🌟

0xb4lint commented 11 months ago

Hi @hannojg!

Actually that's a great idea! 😉

Added embedFonts option with v3.9.0.