Skip to content

Instantly share code, notes, and snippets.

Created June 6, 2013 23:42
Show Gist options
  • Save anonymous/5725940 to your computer and use it in GitHub Desktop.
Save anonymous/5725940 to your computer and use it in GitHub Desktop.
Setting font sizes with rems
(min-width: 45rem) {
html {
font-size: 75% or 125% etc.
}
}
// via http://nataliemac.com/slides/type/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment