feat-agency / vite-plugin-webfont-dl

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

fix: missing file extension in downloaded font #52

Closed bopazyn closed 6 months ago

bopazyn commented 6 months ago

The downloaded font is sometimes saved without extension to the file system.

webfontDownload([
  'https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap&text=Sign in with Google',
]),
0xb4lint commented 6 months ago

Thanks @bopazyn!

Released with v3.9.3.