Skip to content

Instantly share code, notes, and snippets.

@gnomex
Created April 27, 2017 12:46
Show Gist options
  • Save gnomex/5c0d9cb425de28a9512d1da3c29d3bdf to your computer and use it in GitHub Desktop.
Save gnomex/5c0d9cb425de28a9512d1da3c29d3bdf to your computer and use it in GitHub Desktop.
.something {
font-size: calc(16px + (24-16)*(100vw - 400px)/(800-400) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment