Skip to content

Instantly share code, notes, and snippets.

@rachelbaker
Created September 21, 2012 21:27
Show Gist options
  • Save rachelbaker/3764010 to your computer and use it in GitHub Desktop.
Save rachelbaker/3764010 to your computer and use it in GitHub Desktop.
typography rhythm calculator formula for Soulver app
#Typography Rhythm
rem = 16
######
basefont = 14
baseems = ( basefont / rem )
######
baseline = 20
doublebaseline = ( baseline × 2 )
## Enter Font Size Here ###
newfontsize = 12
newfontsize /rem
baseline / newfontsize
doublebaseline / newfontsize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment