@coalaura/gfonter
v1.2.3
Published
Extract and combine google fonts imports.
Downloads
3
Readme
G-Fonter
Automatically extract and replace your google fonts.
Usage
import { gFonterVitePlugin } from "@coalaura/gfonter";
export default defineConfig({
plugins: [
...,
gFonterVitePlugin({
whitelist: ["Roboto"], // Will only download and replace Roboto
blacklist: ["Roboto"], // Will download and replace all fonts except Roboto
})
],
...
});