Skip to content

Instantly share code, notes, and snippets.

@wtfaremyinitials
Created May 2, 2016 23:23
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 wtfaremyinitials/8bef4e99718b05d22a94a0d5311edbf4 to your computer and use it in GitHub Desktop.
Save wtfaremyinitials/8bef4e99718b05d22a94a0d5311edbf4 to your computer and use it in GitHub Desktop.
Basic Responsive Typography
/* https://twitter.com/Dmitry_Zubkov/status/726555594635808768 */
:root {
font-size calc(1vw + 1vh + .5vmin);
}
body {
font 1em/1.6rem sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment