mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-22 16:20:11 +00:00
Theme: Modern: Update font usage.
This commit is contained in:
parent
387e6ff41a
commit
e9b4d747d7
@ -14,7 +14,7 @@ main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: {{{fontList 'default-html'}}};
|
font-family: {{{fontList 'default'}}};
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #333;
|
color: #333;
|
||||||
line-height: 1.42857143;
|
line-height: 1.42857143;
|
||||||
|
@ -7,7 +7,7 @@ main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: {{{fontList 'default-html'}}};
|
font-family: {{{fontList 'default'}}};
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #333;
|
color: #333;
|
||||||
line-height: 1.42857143;
|
line-height: 1.42857143;
|
||||||
|
@ -12,20 +12,17 @@
|
|||||||
"md": "basis"
|
"md": "basis"
|
||||||
},
|
},
|
||||||
"fonts": {
|
"fonts": {
|
||||||
"default": [
|
"all": {
|
||||||
"Segoe UI",
|
"default": [ "Helvetica Neue", "Helvetica", "Segoe UI", "Calibri", "sans-serif" ],
|
||||||
"Calibri",
|
"heading1": ["Arial"],
|
||||||
"Helvetica Neue",
|
"heading2": ["Arial"]
|
||||||
"Helvetica",
|
},
|
||||||
"sans-serif"
|
"doc": {
|
||||||
],
|
"default": "Calibri",
|
||||||
"default-html": [
|
"heading1": "Trebuchet MS",
|
||||||
"Helvetica Neue",
|
"heading2": "Segoe UI",
|
||||||
"Helvetica",
|
"heading3": "Calibri"
|
||||||
"Lato",
|
|
||||||
"sans-serif"
|
|
||||||
],
|
|
||||||
"heading1": ["xkcd"],
|
|
||||||
"heading2": ["xkcd"]
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user