@@ 16,7 16,7 @@ html {
font-size: 14pt;
color: $foreground;
font-family: Roboto-Slab, sans-serif;
- font-variation-settings: 'wght' 325;
+ font-weight: 275;
height: 100%;
overflow-x: hidden;
}
@@ 53,9 53,13 @@ h1, h2 {
margin: 1rem;
}
+h1 {
+ font-weight: 350;
+}
+
a {
color: $link-foreground;
- font-variation-settings: 'wght' 350;
+ font-weight: 350;
}
.header-footer {
@@ 78,11 82,11 @@ a {
}
.title {
- font-variation-settings: 'wght' 375;
+ font-weight: 375;
font-size: 1.5rem;
}
.subtitle {
- font-variation-settings: 'wght' 300;
+ font-weight: 300;
}
.article {