More customization options required for typography #708
Closed
fraktalize
started this conversation in
Feedback
Replies: 2 comments
-
Oh and another thing that would be really great is the ability to set different font sizes for different media queries. Right now I need to manually set it with css and it's a bit messy :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey please update to v2.0 https://nextui.org/blog/nextui-v2, we introduced multiple customization options and with TailwindCSS is a lot easier. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey!
Loving NextUI, really beautifully made and easy to use. I like that it's based on Stitches as well.
When customizing the theme I'm facing some issues that I can easily circumvent using the
css
prop or global styles, but which I feel might be benificial to have working inside NextUI.The first one is: I need to be able to use a different typeface for the headings. Currently I can only set it through CSS props - I would like to be able to set the fonts using the variables in the Stitches theme, maybe something like:
<Text h1 font="$display">
Also, setting the line height directly in the
Text
component would be great - the default isn't doing it for the typefaces I'm using.Thanks for a great UI lib!
Regards,
Typography Nerd
Beta Was this translation helpful? Give feedback.
All reactions