stylesheets/foundation/_settings.scss in zurb-foundation-3.0.6 vs stylesheets/foundation/_settings.scss in zurb-foundation-3.0.7.rc10

- old
+ new

@@ -18,9 +18,18 @@ $black: #000 !default; $white: #fff !default; $shinyEdge: rgba(#fff, .5) !default; $darkEdge: rgba(#000, .2) !default; +// Font Settings +$headerFontFamily: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !default; +$headerFontWeight: bold !default; +$headerFontColor: #222 !default; +$bodyFontFamily: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !default; +$bodyFontWeight: normal !default; +$bodyFontColor: #222 !default; + + // Button Settings $buttonRadius: 3px !default; $btnBase: 10px !default;