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;