diff --git a/CHANGELOG.md b/CHANGELOG.md index f396fac1..7eea9f9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.3.29 (2015-08-13) + +* Do not use Helvetica Neue. Fix #742 (#[746](https://github.com/SC5/sc5-styleguide/pull/746)) +* Missing files in dist. Fix #734 (#[745](https://github.com/SC5/sc5-styleguide/pull/745)) + ## 0.3.28 (2015-08-06) * Name the main CSS file with prefix. (Fix #737) (#[738](https://github.com/SC5/sc5-styleguide/pull/738)) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 58e64385..b338dd74 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -1,6 +1,5 @@ -## 0.3.28 (2015-08-06) +## 0.3.29 (2015-08-13) -* Name the main CSS file with prefix. (Fix #737) (#[738](https://github.com/SC5/sc5-styleguide/pull/738)) -* Grunt example is missing overviewPath (#[732](https://github.com/SC5/sc5-styleguide/pull/732)) -* Missing lines in TOC (#[731](https://github.com/SC5/sc5-styleguide/pull/731)) +* Do not use Helvetica Neue. Fix #742 (#[746](https://github.com/SC5/sc5-styleguide/pull/746)) +* Missing files in dist. Fix #734 (#[745](https://github.com/SC5/sc5-styleguide/pull/745)) diff --git a/lib/app/sass/_styleguide_variables.scss b/lib/app/sass/_styleguide_variables.scss index 4971d3b6..87258f52 100644 --- a/lib/app/sass/_styleguide_variables.scss +++ b/lib/app/sass/_styleguide_variables.scss @@ -31,8 +31,8 @@ $active-section-header-ref-color: $section-header-ref-color !default; $active-section-header-text-color: $section-header-text-color !default; // Fonts -$primary-font: "Helvetica Neue", Helvetica, Arial, sans-serif !default; -$secondary-font: "Helvetica Neue", Helvetica, Arial, sans-serif !default; +$primary-font: Helvetica, Arial, sans-serif !default; +$secondary-font: Helvetica, Arial, sans-serif !default; $min-content-margin: 13px !default; $content-margin: 30px !default; diff --git a/package.json b/package.json index 73b5d4cd..e88fe882 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sc5-styleguide", - "version": "0.3.28", + "version": "0.3.29", "description": "Styleguide generator is a handy little tool that helps you generate good looking styleguides from stylesheets using KSS notation.", "bin": { "styleguide": "./bin/styleguide"