Skip to content

Instantly share code, notes, and snippets.

@aarongustafson
Created September 16, 2013 19:30
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 aarongustafson/6585366 to your computer and use it in GitHub Desktop.
Save aarongustafson/6585366 to your computer and use it in GitHub Desktop.
Zoom Layouts v2 In the formula, include your width in ems (in place of X)
@media screen and (min-width: X) {
body {
font-size: ( ( 1em / X ) * 100 )vw;
}
}
@media screen and (min-width: 64em) {
body {
font-size: 1.5625vw;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment