stylesheets/html5-boilerplate/_fonts.scss in html5-boilerplate-0.3.0 vs stylesheets/html5-boilerplate/_fonts.scss in html5-boilerplate-0.3.1
- old
+ new
@@ -1,10 +1,10 @@
$base-font-family: unquote("sans-serif") !default;
$base-font-size: 13px !default;
$base-line-height: 1.231 !default;
//
-// Font normalization inspired by from the YUI Library's fonts.css: developer.yahoo.com/yui
+// Font normalization inspired by 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 {