From 535833ff30e942293208620a861b796edd0851d6 Mon Sep 17 00:00:00 2001 From: Graeme Maciver Date: Thu, 31 Mar 2016 14:27:33 +0100 Subject: [PATCH] fixing css fonts issue --- package.json | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9caa6bf..c6b7bd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsonresume-theme-short", - "version": "0.1.4", + "version": "0.1.5", "description": "Simple to the point theme for JSON Resume", "author": "Graeme Maciver", "repository": { diff --git a/style.css b/style.css index ddbfbbc..32c71a3 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ body { background: #fff; - font: 16px 'Open Sans' Helvetica, Arial, sans-serif; + font: 16px 'Open Sans', Helvetica, Arial, sans-serif; line-height: 1.4; margin: 0 0; margin-bottom: 100px;