From 7a275cdee4d864fedcbd67a2e8d671b4d8e49d3f Mon Sep 17 00:00:00 2001 From: Varya Stepanova Date: Tue, 11 Aug 2015 16:08:42 +0300 Subject: [PATCH 1/2] Do not use Helvetica Neue --- lib/app/sass/_styleguide_variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; From 00ef0cee0ab088c87eef314fb6f2ff07889f17ae Mon Sep 17 00:00:00 2001 From: Varya Stepanova Date: Thu, 13 Aug 2015 13:28:48 +0300 Subject: [PATCH 2/2] Release 0.3.29 --- CHANGELOG.md | 5 +++++ CHANGELOG_LATEST.md | 7 +++---- package.json | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) 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/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"