Leven: update _extra-child-theme

This commit is contained in:
Andrés 2019-10-15 10:46:04 +02:00
parent 81cd4b332f
commit 6437fada0c
3 changed files with 4 additions and 1 deletions

View file

@ -7,7 +7,8 @@ html {
}
.has-small-font-size {
font-family: #{map-deep-get($config-global, "font", "family", "primary")};
font-family: #{map-deep-get($config-global, "font", "family", "primary")}; // For browsers without support for CSS custom properties.
font-family: var( --font-headings, #{map-deep-get($config-global, "font", "family", "primary")} );
}
a {

View file

@ -3589,6 +3589,7 @@ html {
.has-small-font-size {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
}
a {

View file

@ -3618,6 +3618,7 @@ html {
.has-small-font-size {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
font-family: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
}
a {