Skip to content

Commit 78bbb42

Browse files
committed
docs: add warning note about font-family in template
#649
1 parent e01dc68 commit 78bbb42

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
@@ -16,6 +16,10 @@ div {
1616
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.
1717
::
1818

19+
::warning
20+
Inline styles with `font-family` within your `<template>` do currently not work; it only processes CSS stylesheets.
21+
::
22+
1923
## Tailwind CSS
2024

2125
### v3 and below

0 commit comments

Comments
 (0)