Stow: set proper configuration for main-nav font

This commit is contained in:
Andrés 2019-10-17 13:23:50 +02:00
parent c496cb922d
commit 0a3af1e760
3 changed files with 3 additions and 2 deletions

View file

@ -324,6 +324,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", "md"),
"weight": 700,
"line-height": 1,

View file

@ -2541,7 +2541,7 @@ body:not(.fse-enabled) .site-description {
color: #404040;
display: block;
font-family: "Source Sans Pro", Arial, sans-serif;
font-family: var(--font-headings, "Source Sans Pro", Arial, sans-serif);
font-family: var(--font-base, "Source Sans Pro", Arial, sans-serif);
font-weight: 700;
padding: 8px 0;
}

View file

@ -2558,7 +2558,7 @@ body:not(.fse-enabled) .site-description {
color: #404040;
display: block;
font-family: "Source Sans Pro", Arial, sans-serif;
font-family: var(--font-headings, "Source Sans Pro", Arial, sans-serif);
font-family: var(--font-base, "Source Sans Pro", Arial, sans-serif);
font-weight: 700;
padding: 8px 0;
}