Skip to content

Instantly share code, notes, and snippets.

@davelyon
Created December 16, 2014 23:45
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 davelyon/b8107960f4bd04ff6b4a to your computer and use it in GitHub Desktop.
Save davelyon/b8107960f4bd04ff6b4a to your computer and use it in GitHub Desktop.
iOS Font Equivalents
UIFontTextStyleHeadline
font-family: ".HelveticaNeueInterface-MediumP4"
font-weight: bold
font-style: normal
font-size: 17.00pt
UIFontTextStyleBody
font-family: ".HelveticaNeueInterface-Regular"
font-weight: normal
font-style: normal
font-size: 17.00pt
UIFontTextStyleSubhead
font-family: ".HelveticaNeueInterface-Regular"
font-weight: normal
font-style: normal
font-size: 15.00pt
UIFontTextStyleFootnote
font-family: ".HelveticaNeueInterface-Regular"
font-weight: normal
font-style: normal
font-size: 13.00pt
UIFontTextStyleCaption1
font-family: ".HelveticaNeueInterface-Regular"
font-weight: normal
font-style: normal
font-size: 12.00pt
UIFontTextStyleCaption2
font-family: ".HelveticaNeueInterface-Regular"
font-weight: normal
font-style: normal
font-size: 11.00pt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment