Theme: Modern: Update font usage.

This commit is contained in:
hacksalot 2016-01-23 06:18:18 -05:00
parent 387e6ff41a
commit e9b4d747d7
3 changed files with 14 additions and 17 deletions

View File

@ -14,7 +14,7 @@ main {
}
body {
font-family: {{{fontList 'default-html'}}};
font-family: {{{fontList 'default'}}};
font-size: 15px;
color: #333;
line-height: 1.42857143;

View File

@ -7,7 +7,7 @@ main {
}
body {
font-family: {{{fontList 'default-html'}}};
font-family: {{{fontList 'default'}}};
font-size: 15px;
color: #333;
line-height: 1.42857143;

View File

@ -12,20 +12,17 @@
"md": "basis"
},
"fonts": {
"default": [
"Segoe UI",
"Calibri",
"Helvetica Neue",
"Helvetica",
"sans-serif"
],
"default-html": [
"Helvetica Neue",
"Helvetica",
"Lato",
"sans-serif"
],
"heading1": ["xkcd"],
"heading2": ["xkcd"]
"all": {
"default": [ "Helvetica Neue", "Helvetica", "Segoe UI", "Calibri", "sans-serif" ],
"heading1": ["Arial"],
"heading2": ["Arial"]
},
"doc": {
"default": "Calibri",
"heading1": "Trebuchet MS",
"heading2": "Segoe UI",
"heading3": "Calibri"
}
}
}