Created
June 22, 2026 14:55
-
-
Save gil00pita/ce810337bd6e1b7dd4ea3b65e56b9a7a to your computer and use it in GitHub Desktop.
Responsive smooth font-size
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .text { | |
| font-size: clamp(1.5rem, 2vw + 1rem, 3rem); | |
| // min size, desired, max | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment