You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added injectAsStyleTag option (default: true).
With this option the webfont CSS will be injected as an embedded CSS (<style> tag), saving one HTTP request (also fixes #9).
(By using vite as dev server the plugin will use external CSS, downloading fonts JIT, as before)