Skip to content

Commit 5b447a6

Browse files
committed
added install step in README.md
1 parent cc68d9b commit 5b447a6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ export default {
2525
}
2626
```
2727

28+
### Import custom `@font-rules`
29+
Only needed if using local/custom fonts
30+
```ts
31+
// main.ts
32+
import 'virtual:fonts.css'
33+
```
2834

2935
## Options
3036

0 commit comments

Comments
 (0)