Skip to content

Commit 1c9924d

Browse files
chore: update readme
1 parent e499783 commit 1c9924d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ export default defineNuxtConfig({
5050
})
5151
```
5252

53+
> :warning:
54+
> This will not inject Google/Typekit fonts, only custom fonts will be loaded.
55+
5356
## Options
5457

5558
```ts
@@ -97,8 +100,8 @@ export default {
97100
display: 'block',
98101

99102
/**
100-
* values: auto, block, swap(default), fallback, optional
101-
* default: undefined
103+
* define which characters to load
104+
* default: undefined (load all characters)
102105
*/
103106
text: 'ViteAwsom',
104107

0 commit comments

Comments
 (0)