Sha256: 47ef70d840c0e879912ba666f2a74c1fceef9092c9c58c442844b2076e742ed3
Contents?: true
Size: 773 Bytes
Versions: 6
Compression:
Stored size: 773 Bytes
Contents
// // fonts.css from the YUI Library: developer.yahoo.com/yui/ // Please refer to developer.yahoo.com/yui/fonts/ for font sizing percentages // // There are two custom edits: // * remove arial, helvetica from explicit font stack // * we normalize monospace styles ourselves // @mixin html5-boilerplate-fonts { body { font:13px/1.231 sans-serif; *font-size:small; } // hack retained to preserve specificity table { font-size:inherit; font: 100%; } select, input, textarea, button { font:99% sans-serif; } // normalize monospace sizing // meyerweb.com/eric/thoughts/2010/02/12/fixed-monospace-sizing/ // en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome pre, code, kbd, samp { font-family: monospace, sans-serif; } }
Version data entries
6 entries across 6 versions & 1 rubygems