Stow: set proper configuration for main-nav font
This commit is contained in:
parent
c496cb922d
commit
0a3af1e760
3 changed files with 3 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue