Skip to content

Instantly share code, notes, and snippets.

@vviikk
Created November 14, 2018 05:19
[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