YUI Fonts CSS 3.1.1


/ Published in: CSS
Save to your folder(s)

The foundational CSS Fonts provides cross-browser typographical normalization and control while still allowing users to choose and adjust their font size.


Copy this code and paste it in your HTML
  1. /*
  2. Copyright (c) 2010, Yahoo! Inc. All rights reserved.
  3. Code licensed under the BSD License:
  4. http://developer.yahoo.com/yui/license.html
  5. version: 3.1.1
  6. build: 47
  7. */
  8. body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
  9. select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
  10. table{font-size:inherit;font:100%;}
  11. pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

URL: http://developer.yahoo.com/yui/3/cssfonts/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.