Skip to content

Instantly share code, notes, and snippets.

@vtambourine
Created July 10, 2012 14:17
Show Gist options
  • Save vtambourine/3083560 to your computer and use it in GitHub Desktop.
Save vtambourine/3083560 to your computer and use it in GitHub Desktop.
Untitled
.pt {
font-size: 12pt;
}
.px {
font-size: 16px;
}
.em {
font-size: 1em;
}
.per {
font-size: 100%;
}
<p class="pt">Hey Mr. Tambourine</p>
<p class="px">Hey Mr. Tambourine</p>
<p class="em">Hey Mr. Tambourine</p>
<p class="per">Hey Mr. Tambourine</p>
{"view":"separate","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