Last active
December 12, 2015 07:28
-
-
Save mrmrs/4736807 to your computer and use it in GitHub Desktop.
Print type scale converted to pixels from points. http://en.wikipedia.org/wiki/Point_(typography)
http://en.wikipedia.org/wiki/The_Elements_of_Typographic_Style
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$nonpareille: 8px!default; | |
$minion: 9px!default; | |
$petit: 11px!default; | |
$bourgeois: 12px!default; | |
$long-primer: 13px!default; | |
$small-pica: 15px!default; | |
$pica: 16px!default; | |
$english: 19px!default; | |
$columbian: 21px!default; | |
$great-primer: 24px!default; | |
$double-small-pica: 28px!default; | |
$double-pica: 32px!default; | |
$double-great-primer: 48px!default; | |
$canon: 62px!default; | |
$five-line-pica: 80px!default; | |
$inch: 96px!default; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment