1.2.3 • Published 2 years ago

@coalaura/gfonter v1.2.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

1.2.2

2 years ago

1.2.0

2 years ago

1.2.1

2 years ago

1.1.0

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago