Skip to content

Commit df2685d

Browse files
committed
docs: add note about how how font-family declarations are handled
resolves #172
1 parent c771e86 commit df2685d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎docs/content/1.get-started/3.usage.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ div {
1212
}
1313
```
1414

15+
::callout
16+
Note that Nuxt Fonts will only generate CSS for the first font in a `font-family` declaration. Subsequent fonts in the list will be used to generate metrics for font fallbacks.
17+
::
18+
1519
## Tailwind CSS
1620

1721
### v3 and below

0 commit comments

Comments
 (0)