Created
May 1, 2012 01:36
-
-
Save Zequez/2564242 to your computer and use it in GitHub Desktop.
Font size in PT test.
This file contains hidden or 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
/* Font size in PT test. */ | |
body { | |
font-family: Verdana; | |
} | |
.pt, .in, .px { | |
float: left; | |
margin-right: 1px; | |
width: 60px; | |
background-color: #000; | |
color: #fff; | |
text-align: center; | |
} | |
.pt { | |
height: 72pt; | |
line-height: 72pt; | |
} | |
.in { | |
height: 1in; | |
line-height: 1in; | |
} | |
.px { | |
height: 96px; | |
line-height: 96px; | |
} |
This file contains hidden or 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
<div class="pt">72pt</div> | |
<div class="in">1in</div> | |
<div class="px">96px</div> | |
This file contains hidden or 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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment