More customization options required for typography #708
Closed
fraktalize
started this conversation in
Feedback
Replies: 3 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 :) |
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. |
0 replies
|
hey guys, how can I customize the font family on latest heroUI? can't seem to find the option in the docs |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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
cssprop 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
Textcomponent would be great - the default isn't doing it for the typefaces I'm using.Thanks for a great UI lib!
Regards,
Typography Nerd
All reactions