Created
August 29, 2012 12:23
-
-
Save yukulele/3511739 to your computer and use it in GitHub Desktop.
font-size tests
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
/* 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; | |
} |
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
<!-- 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> |
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
{"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