Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
And fix details
  • Loading branch information
BafS committed Apr 5, 2017
1 parent 457ef68 commit 785a466
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gutenberg-css",
"version": "0.4.1",
"version": "0.4.2",
"description": "Print your web pages with style",
"main": "scss/gutenberg.scss",
"browser": "dist/gutenberg.min.css",
Expand Down
2 changes: 1 addition & 1 deletion scss/gutenberg.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@import 'variables';

// Normalize
@import '../node_modules/normalize-scss/sass/normalize/_import-now';
@import '../node_modules/normalize-scss/sass/normalize/import-now';

@import 'print-reset';
@import 'pagination';
Expand Down
6 changes: 2 additions & 4 deletions scss/themes/modern.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,15 @@ h3,
h4,
h5,
h6 {
font-family: 'Montserrat', 'Arial Black' , 'Arial Bold', 'Helvetica Neue', Helvetica, sans-serif;
font-family: 'Montserrat', 'Arial Black', 'Arial Bold', 'Helvetica Neue', Helvetica, sans-serif;
}

body {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, arial, sans-serif;
text-align: justify;
}

/*
* Global
*/
// Global
h1 {
font-weight: 700;
letter-spacing: -1px;
Expand Down

0 comments on commit 785a466

Please sign in to comment.