Skip to content

Commit 93bd9a6

Browse files
committed
Merge pull request #750 from SC5/dev
Release 0.3.29
2 parents c2c5802 + 6b0aa53 commit 93bd9a6

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.3.29 (2015-08-13)
2+
3+
* Do not use Helvetica Neue. Fix #742 (#[746](https://github.com/SC5/sc5-styleguide/pull/746))
4+
* Missing files in dist. Fix #734 (#[745](https://github.com/SC5/sc5-styleguide/pull/745))
5+
16
## 0.3.28 (2015-08-06)
27

38
* Name the main CSS file with prefix. (Fix #737) (#[738](https://github.com/SC5/sc5-styleguide/pull/738))

CHANGELOG_LATEST.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
## 0.3.28 (2015-08-06)
1+
## 0.3.29 (2015-08-13)
22

3-
* Name the main CSS file with prefix. (Fix #737) (#[738](https://github.com/SC5/sc5-styleguide/pull/738))
4-
* Grunt example is missing overviewPath (#[732](https://github.com/SC5/sc5-styleguide/pull/732))
5-
* Missing lines in TOC (#[731](https://github.com/SC5/sc5-styleguide/pull/731))
3+
* Do not use Helvetica Neue. Fix #742 (#[746](https://github.com/SC5/sc5-styleguide/pull/746))
4+
* Missing files in dist. Fix #734 (#[745](https://github.com/SC5/sc5-styleguide/pull/745))
65

lib/app/sass/_styleguide_variables.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ $active-section-header-ref-color: $section-header-ref-color !default;
3131
$active-section-header-text-color: $section-header-text-color !default;
3232

3333
// Fonts
34-
$primary-font: "Helvetica Neue", Helvetica, Arial, sans-serif !default;
35-
$secondary-font: "Helvetica Neue", Helvetica, Arial, sans-serif !default;
34+
$primary-font: Helvetica, Arial, sans-serif !default;
35+
$secondary-font: Helvetica, Arial, sans-serif !default;
3636

3737
$min-content-margin: 13px !default;
3838
$content-margin: 30px !default;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sc5-styleguide",
3-
"version": "0.3.28",
3+
"version": "0.3.29",
44
"description": "Styleguide generator is a handy little tool that helps you generate good looking styleguides from stylesheets using KSS notation.",
55
"bin": {
66
"styleguide": "./bin/styleguide"

0 commit comments

Comments
 (0)