Skip to content

Instantly share code, notes, and snippets.

@Zequez
Created May 1, 2012 01:36
Show Gist options
  • Save Zequez/2564242 to your computer and use it in GitHub Desktop.
Save Zequez/2564242 to your computer and use it in GitHub Desktop.
Font size in PT test.
/* 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;
}
<div class="pt">72pt</div>
<div class="in">1in</div>
<div class="px">96px</div>
{"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