From 785a4668f7e325c16caf92c56f1b0a1c3b57e54a Mon Sep 17 00:00:00 2001 From: BafS Date: Wed, 5 Apr 2017 22:07:59 +0200 Subject: [PATCH] Bump version And fix details --- package.json | 2 +- scss/gutenberg.scss | 2 +- scss/themes/modern.scss | 6 ++---- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 92a8f16..0a4d9d6 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/scss/gutenberg.scss b/scss/gutenberg.scss index c854786..f40526c 100644 --- a/scss/gutenberg.scss +++ b/scss/gutenberg.scss @@ -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'; diff --git a/scss/themes/modern.scss b/scss/themes/modern.scss index d019fbf..67c9a80 100644 --- a/scss/themes/modern.scss +++ b/scss/themes/modern.scss @@ -9,7 +9,7 @@ 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 { @@ -17,9 +17,7 @@ body { text-align: justify; } -/* - * Global - */ +// Global h1 { font-weight: 700; letter-spacing: -1px;