Skip to content

Instantly share code, notes, and snippets.

@sakunyo
Created August 30, 2011 04:42
Show Gist options
  • Save sakunyo/1180199 to your computer and use it in GitHub Desktop.
Save sakunyo/1180199 to your computer and use it in GitHub Desktop.
css fontsize14px
.fzSS { font-size: 71.4%;}/* 10px */
.fzS { font-size: 85.7%;}/* 12px */
.fzM { font-size: 100%;} /* 14px */
.fzL { font-size: 114.2%;}/* 16px */
.fzLL { font-size: 128.5%;}/* 18px */
.fzLLL { font-size: 142.8%;}/* 20px */
sup { font-size: 85.7%; vertical-align: top;}
sub { font-size: 85.7%; vertical-align: baseline;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment