Replies: 1 comment
-
If you want to apply font-size to all elements on the page, use |
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
-
I wanna find a way to most conveniently change the component font size globally according to the viewport size.
Instead of customize each component using Media Query or
font-size: clamp(1.5rem, 2.5vw, 4rem);
, is there any cleaner solution?Beta Was this translation helpful? Give feedback.
All reactions