Skip to content

Commit b9df01c

Browse files
Add type hint to font-weight custom property entry
1 parent 5d33460 commit b9df01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/font-family.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const description = "Utilities for controlling the font family of an elem
1717
"font-mono",
1818
"font-family: var(--font-mono); /* ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace */",
1919
],
20-
["font-(<custom-property>)", "font-family: var(<custom-property>);"],
20+
["font-(family-name:<custom-property>)", "font-family: var(<custom-property>);"],
2121
["font-[<value>]", "font-family: <value>;"],
2222
]}
2323
/>

0 commit comments

Comments
 (0)