aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";