/ Published in: CSS
The foundational CSS Fonts provides cross-browser typographical normalization and control while still allowing users to choose and adjust their font size.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html version: 3.1.1 build: 47 */ 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%;}
URL: http://developer.yahoo.com/yui/3/cssfonts/