diff --git a/web/style/style.scss b/web/style/style.scss index e7f2ec0..aaf8fbe 100644 --- a/web/style/style.scss +++ b/web/style/style.scss @@ -4,16 +4,6 @@ font-display: swap; src: url("/fonts/DoulosSIL-R.woff"); } -@font-face { - font-family: "Noto Sans Runes"; - font-display: swap; - src: url("../fonts/NotoSansRunic-Regular.ttf"); -} -@font-face { - font-family: "Helvetica Neue"; - font-display: swap; - src: url("../fonts/HelveticaNeue.ttf"); -} /* Variables *****************************************************************/ @@ -79,7 +69,7 @@ $gradient-accent3-light-right: linear-gradient(to right, $light, $accent3); transition: background 500ms ease-in-out, color 1s ease-in-out; pre { - box-shadow: 3px 3px $dark; + box-shadow: 3px 5px $dark; border-color: $light; } @@ -277,7 +267,7 @@ $gradient-accent3-light-right: linear-gradient(to right, $light, $accent3); body { margin: 0; padding: 0; - font-family: "Noto Sans Runes", "DoulosSIL", "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif; + font-family: "DoulosSIL", "Lato", "proxima-nova", Arial, sans-serif; font-size: 1.2em; transition: background 500ms ease-in-out, color 1s ease-in-out;