stylesheets/html5-boilerplate/_fonts.scss in html5-boilerplate-0.2.6 vs stylesheets/html5-boilerplate/_fonts.scss in html5-boilerplate-0.3.0

- old
+ new

@@ -1,16 +1,10 @@ $base-font-family: unquote("sans-serif") !default; $base-font-size: 13px !default; $base-line-height: 1.231 !default; // -// fonts.css from the YUI Library: developer.yahoo.com/yui/ -// -// There are three custom edits: -// * remove arial, helvetica from explicit font stack -// * we normalize monospace styles ourselves -// * table font-size is reset in the HTML5 reset above so there is no need to repeat -// +// Font normalization inspired by from the YUI Library's fonts.css: developer.yahoo.com/yui // Whatever parts of this port of YUI to Sass that are copyrightable, are Copyright (c) 2008, Christopher Eppstein. All Rights Reserved. // @mixin html5-boilerplate-fonts($family: $base-font-family, $size: $base-font-size, $line-height: $base-line-height) { body {