|
@@ -7,7 +7,7 @@ body {
|
|
-webkit-font-smoothing: antialiased;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
color: $color__text-main;
|
|
color: $color__text-main;
|
|
- @include font-family( $font__body ); // For browsers without support for CSS variables.
|
|
|
|
|
|
+ @include font-family-old( $font__body ); // For browsers without support for CSS variables.
|
|
font-family: var( --font-base, $font_body );
|
|
font-family: var( --font-base, $font_body );
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
font-size: 1em;
|
|
font-size: 1em;
|
|
@@ -22,7 +22,7 @@ select,
|
|
optgroup,
|
|
optgroup,
|
|
textarea {
|
|
textarea {
|
|
color: $color__text-main;
|
|
color: $color__text-main;
|
|
- @include font-family( $font__body ); // For browsers without support for CSS variables.
|
|
|
|
|
|
+ @include font-family-old( $font__body ); // For browsers without support for CSS variables.
|
|
font-family: var( --font-base, $font_body );
|
|
font-family: var( --font-base, $font_body );
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
line-height: $font__line-height-body;
|
|
line-height: $font__line-height-body;
|