source/styles/staple/typography.scss in staple-0.4.1 vs source/styles/staple/typography.scss in staple-0.4.2

- old
+ new

@@ -1,16 +1,17 @@ //IMPORT FONTS HERE Typekit and Google Fonts @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700); @import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700); -@import url(http://fonts.googleapis.com/css?family=Inconsolata); +@import url(http://fonts.googleapis.com/css?family=Inconsolata);//&*import //DEFAULTS $typeface-primary: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; $typeface-secondary: "Roboto Slab", serif; $typeface-tertiary: "Inconsolata", monospace; $normal-font-weight: 400; $header-font-weight: 300; $subheader-font-weight: 400; +//&*append //FOUNDATION STYLES: CAN BE OVERRIDDEN BUT NEEDED $font-family-sans-serif: $typeface-primary; $font-family-serif: $typeface-secondary; $font-family-monospace: $typeface-tertiary;