File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import { ApiTable } from "@/components/api-table.tsx";
22import { CustomizingYourTheme , ResponsiveDesign , UsingACustomValue } from " @/components/content.tsx" ;
33import { Example } from " @/components/example.tsx" ;
44import { Figure } from " @/components/figure.tsx" ;
5+ import { CodeExample } from " @/components/code-example.tsx" ;
56
67export const title = " font-weight" ;
78export const description = " Utilities for controlling the font weight of an element." ;
@@ -80,7 +81,14 @@ Use utilities like `font-thin` and `font-bold` to set the font weight of an elem
8081
8182### Using a custom value
8283
83- <UsingACustomValue element = " p" utility = " font" value = " 1000" name = " font weight" variable = " font-weight" />
84+ <UsingACustomValue
85+ element = " p"
86+ utility = " font"
87+ value = " 1000"
88+ name = " font weight"
89+ variable = " font-weight"
90+ dataType = " weight"
91+ />
8492
8593### Responsive design
8694
You can’t perform that action at this time.
0 commit comments