Skip to content

Instantly share code, notes, and snippets.

@yukulele
Created August 29, 2012 12:23
Show Gist options
  • Save yukulele/3511739 to your computer and use it in GitHub Desktop.
Save yukulele/3511739 to your computer and use it in GitHub Desktop.
font-size tests
/* font-size tests*/
div{
background:#eee;
margin:30px;
}
#d1{
font-size:38px;
width:378px;
height:189px;
}
#d2{
font-size:1cm;
width:10cm;
height:5cm;
}
#d3{
font-size:28pt;
width:283pt;
height:141.5pt;
}
#d4{
font-size:.4in;
width:3.93in;
height:1.9in;
}
<!-- content to be placed inside <body>…</body> -->
<div id='d1'>░▒▓Aa Bb Cc</div>
<div id='d2'>░▒▓Aa Bb Cc</div>
<div id='d3'>░▒▓Aa Bb Cc</div>
<div id='d4'>░▒▓Aa Bb Cc</div>
{"view":"split-vertical","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