Varia: fix typo

This commit is contained in:
Andrés 2019-10-14 17:35:38 +02:00
parent 4b35475999
commit 90d89a76a0
3 changed files with 3 additions and 3 deletions

View file

@ -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;
}

View file

@ -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;
}

View file

@ -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;
}