Skip to content

Instantly share code, notes, and snippets.

@pixelchar
Created September 20, 2013 18:28
Show Gist options
  • Select an option

  • Save pixelchar/6641738 to your computer and use it in GitHub Desktop.

Select an option

Save pixelchar/6641738 to your computer and use it in GitHub Desktop.
Values to use dynamic fonts in iOS 7 Mobile Safari http://mths.be/boy
h1 {
font: -apple-system-headline1;
}
p {
font: -apple-system-body;
}
figcaption {
font: -apple-system-caption1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment