We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f390bdd commit 842e0aaCopy full SHA for 842e0aa
1 file changed
docs/docs/guides/04-fonts.md
@@ -138,6 +138,10 @@ export default function Main() {
138
}
139
```
140
141
+:::tip
142
+If you're using TypeScript use `as const` when defining `fontConfig`.
143
+:::
144
+
145
### Material Design 3
146
147
#### Variants
@@ -497,4 +501,4 @@ export default function Main() {
497
501
</PaperProvider>
498
502
);
499
503
500
-```
504
+```
0 commit comments