fixing css fonts issue
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user