Removed some fonts from styling
This commit is contained in:
parent
61fe6f71a4
commit
705e35e971
@ -4,16 +4,6 @@
|
|||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: url("/fonts/DoulosSIL-R.woff");
|
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 *****************************************************************/
|
/* 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;
|
transition: background 500ms ease-in-out, color 1s ease-in-out;
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
box-shadow: 3px 3px $dark;
|
box-shadow: 3px 5px $dark;
|
||||||
border-color: $light;
|
border-color: $light;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -277,7 +267,7 @@ $gradient-accent3-light-right: linear-gradient(to right, $light, $accent3);
|
|||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 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;
|
font-size: 1.2em;
|
||||||
|
|
||||||
transition: background 500ms ease-in-out, color 1s ease-in-out;
|
transition: background 500ms ease-in-out, color 1s ease-in-out;
|
||||||
|
Reference in New Issue
Block a user