how to change font family of the theme #908
Answered
by
tianenpang
markaguilar
asked this question in
Help
|
how to change font family of the theme |
Answered by
tianenpang
Nov 23, 2022
Replies: 1 comment 2 replies
|
Hi @markaguilar you can customize the fonts by
Here's an example with Next.js: codesandbox.io/s/nextui-discussion-908-custom-fonts-6y5yhk |
2 replies
Answer selected by
markaguilar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @markaguilar you can customize the fonts by
globalStylesandcreateTheme.@font-faceinglobalStyles.fontstoken increateTheme.pages/_document.tsxor use@next/font.Here's an example with Next.js: codesandbox.io/s/nextui-discussion-908-custom-fonts-6y5yhk