Skip to content

Instantly share code, notes, and snippets.

@gwobcke
Created June 24, 2011 04:31
Show Gist options
  • Save gwobcke/1044225 to your computer and use it in GitHub Desktop.
Save gwobcke/1044225 to your computer and use it in GitHub Desktop.
Example of .625 sizing
body { font-size: 16px;}
p { font-size: 1.5em; /* 1.5em = 24px = 18pt */}
h1 { font-size: 200%; /* 200% = 32px = 24pt */}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment