From c301b2266077620c62813c80d3dfe8389a74c346 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 30 Aug 2023 11:56:36 +0400 Subject: Fixed font display in older browsers Signed-off-by: Valentin Popov --- sass/_framework.scss | 3 +-- sass/styles.scss | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sass/_framework.scss b/sass/_framework.scss index 99368d9..1d52d84 100644 --- a/sass/_framework.scss +++ b/sass/_framework.scss @@ -14,7 +14,6 @@ html { body { background-color: $color-bg; color: $color-text; - font-feature-settings: $font-feature; font-size: $font-size-base; font-synthesis: weight style small-caps; line-height: 1.54; @@ -245,4 +244,4 @@ fieldset { display: block; font-weight: 600; margin-bottom: 0.5rem; -} \ No newline at end of file +} diff --git a/sass/styles.scss b/sass/styles.scss index 42c0e72..98f4ffe 100644 --- a/sass/styles.scss +++ b/sass/styles.scss @@ -11,9 +11,8 @@ $color-fade: #608b4e; $color-header: #212121; $color-text: #a9a9b3; $font-family-base: "Inter var experimental", "Inter var", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; -$font-feature: "calt", "case", "liga", "locl", "ss01", "tnum", "zero"; $font-size-base: 1.8rem; @import "framework"; @import "navbar"; -@import "print"; \ No newline at end of file +@import "print"; -- cgit v1.2.3