Skip to content

Instantly share code, notes, and snippets.

@gil00pita
Created June 22, 2026 14:55
Show Gist options
  • Select an option

  • Save gil00pita/ce810337bd6e1b7dd4ea3b65e56b9a7a to your computer and use it in GitHub Desktop.

Select an option

Save gil00pita/ce810337bd6e1b7dd4ea3b65e56b9a7a to your computer and use it in GitHub Desktop.
Responsive smooth font-size
.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