Skip to content

Instantly share code, notes, and snippets.

@vviikk
Created November 14, 2018 05:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vviikk/1c7700c5c95648f9f52419001d417c34 to your computer and use it in GitHub Desktop.
Save vviikk/1c7700c5c95648f9f52419001d417c34 to your computer and use it in GitHub Desktop.
[fluid-typography]
html {
font-size: calc(
14px + (26 - 14) *
((100vw - 300px) / (1600 - 300))
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment