Removed some fonts from styling

This commit is contained in:
Lucien Cartier-Tilet 2020-05-05 22:46:12 +02:00
parent 61fe6f71a4
commit 705e35e971
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 12 deletions

View File

@ -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;