Skip to content

Commit 133b9fd

Browse files
chore: update example link
1 parent 0343332 commit 133b9fd

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"build": "vite build"
77
},
88
"dependencies": {
9-
"vite-fonts": "workspace: *"
9+
"vite-plugin-fonts": "workspace: *"
1010
},
1111
"devDependencies": {
1212
"vite": "^2.0.0-beta.5"
1313
}
14-
}
14+
}

example/vite.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
import { defineConfig } from 'vite'
2-
import ViteFonts from "vite-fonts";
2+
import ViteFonts from 'vite-plugin-fonts';
33

44
export default defineConfig({
55
plugins: [
66
ViteFonts({
77
google: {
88
families: ['Crimson Pro', 'Open Sans'],
99
},
10-
typekit: {
11-
id: 'glm4yoq',
12-
}
1310
})
1411
]
1512
})

0 commit comments

Comments
 (0)