Releases: feat-agency/vite-plugin-webfont-dl
Releases · feat-agency/vite-plugin-webfont-dl
v3.6.5
Changed
Fix: dev server text/css
content type
v3.6.4
Changed
Fix: CSS injector new line fix
v3.6.2
Changed
Fix: index.html
content is reloaded right before injecting into it.
v3.6.1
Changed
Fixed @import
regex used for finding external webfont URLs in bundled CSS (test included).
v3.6.0
Changed
Added persistent, file-based cache for external CSS and font files, using flat-cache
.
You can disable (or clear your existing cache) with cache: false
option.
v3.5.1
Changed
Removed CDNFonts support due to Cloudflare bot protection
v3.5.0
Features
- New capturing mechanism for
@font-face
definitions and @import
rules (with webfont URLs) in the bundled CSS.
- Added Fontshare and CDNFonts support.
v3.4.2
Changed
Added support for Vite 4.