Dalston: set proper configuration for main-nav font

This commit is contained in:
Andrés 2019-10-17 12:58:33 +02:00
parent ff2804bade
commit 1b60127ef2
3 changed files with 3 additions and 2 deletions

View file

@ -323,6 +323,7 @@ $config-header: (
// Fonts
"font": (
"family": map-deep-get($config-global, "font", "family", "secondary"),
"family-css-variable": '--font-base',
"size": map-deep-get($config-global, "font", "size", "base"),
"weight": 600,
"line-height": 1,

View file

@ -2537,7 +2537,7 @@ body:not(.fse-enabled) .site-description {
color: #0073AA;
display: block;
font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
font-family: var(--font-headings, "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif);
font-family: var(--font-base, "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif);
font-weight: 600;
padding: 8px 0;
}

View file

@ -2554,7 +2554,7 @@ body:not(.fse-enabled) .site-description {
color: #0073AA;
display: block;
font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
font-family: var(--font-headings, "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif);
font-family: var(--font-base, "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif);
font-weight: 600;
padding: 8px 0;
}