fixing css fonts issue

This commit is contained in:
Graeme Maciver
2016-03-31 14:27:33 +01:00
parent 33a14fa3aa
commit 535833ff30
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "jsonresume-theme-short", "name": "jsonresume-theme-short",
"version": "0.1.4", "version": "0.1.5",
"description": "Simple to the point theme for JSON Resume", "description": "Simple to the point theme for JSON Resume",
"author": "Graeme Maciver", "author": "Graeme Maciver",
"repository": { "repository": {

View File

@@ -1,6 +1,6 @@
body { body {
background: #fff; background: #fff;
font: 16px 'Open Sans' Helvetica, Arial, sans-serif; font: 16px 'Open Sans', Helvetica, Arial, sans-serif;
line-height: 1.4; line-height: 1.4;
margin: 0 0; margin: 0 0;
margin-bottom: 100px; margin-bottom: 100px;