1.2.3 • Published 6 months ago

@coalaura/gfonter v1.2.3

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

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
		})
	],
	...
});
1.2.3

6 months ago

1.2.2

6 months ago

1.2.0

6 months ago

1.2.1

6 months ago

1.1.0

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago