Varia: fix typo
This commit is contained in:
parent
4b35475999
commit
90d89a76a0
3 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ li > ol {
|
|||
|
||||
dt {
|
||||
font-family: #{map-deep-get($config-global, "font", "family", "primary")};
|
||||
font-family: va( --font-headings, #{map-deep-get($config-global, "font", "family", "primary")} );
|
||||
font-family: var( --font-headings, #{map-deep-get($config-global, "font", "family", "primary")} );
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
|
|
@ -1611,7 +1611,7 @@ ol {
|
|||
|
||||
dt {
|
||||
font-family: sans-serif;
|
||||
font-family: va(--font-headings, sans-serif);
|
||||
font-family: var(--font-headings, sans-serif);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
|
|
@ -1611,7 +1611,7 @@ ol {
|
|||
|
||||
dt {
|
||||
font-family: sans-serif;
|
||||
font-family: va(--font-headings, sans-serif);
|
||||
font-family: var(--font-headings, sans-serif);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue