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 |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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
globalStyles
andcreateTheme
.@font-face
inglobalStyles
.fonts
token increateTheme
.pages/_document.tsx
or use@next/font
.Here's an example with Next.js: codesandbox.io/s/nextui-discussion-908-custom-fonts-6y5yhk