aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2023-08-30 10:56:36 +0300
committerValentin Popov <valentin@popov.link>2023-08-30 10:56:36 +0300
commitc301b2266077620c62813c80d3dfe8389a74c346 (patch)
tree611e8c09ef61ea41c87bfea7230b1d212246c6a3
parent67a98b37b6132c11f520882619f417a9bab61564 (diff)
downloadpopov.link-c301b2266077620c62813c80d3dfe8389a74c346.tar.xz
popov.link-c301b2266077620c62813c80d3dfe8389a74c346.zip
Fixed font display in older browsers
Signed-off-by: Valentin Popov <valentin@popov.link>
-rw-r--r--sass/_framework.scss3
-rw-r--r--sass/styles.scss3
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";