Skip to content

Instantly share code, notes, and snippets.

@jmblog
Created April 24, 2011 09:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmblog/939434 to your computer and use it in GitHub Desktop.
Save jmblog/939434 to your computer and use it in GitHub Desktop.
yui-fonts.scss
/* YUI Fonts.css
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
@mixin font_10 { font-size: 77%; }
@mixin font_11 { font-size: 85%; }
@mixin font_12 { font-size: 93%; }
@mixin font_13 { font-size: 100%; }
@mixin font_14 { font-size: 108%; }
@mixin font_15 { font-size: 116%; }
@mixin font_16 { font-size: 123.1%; }
@mixin font_17 { font-size: 131%; }
@mixin font_18 { font-size: 138.5%; }
@mixin font_19 { font-size: 146.5%; }
@mixin font_20 { font-size: 153.9%; }
@mixin font_21 { font-size: 161.6%; }
@mixin font_22 { font-size: 167%; }
@mixin font_23 { font-size: 174%; }
@mixin font_24 { font-size: 182%; }
@mixin font_25 { font-size: 189%; }
@mixin font_26 { font-size: 197%; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment