Update stylesheet.css

This commit is contained in:
Krzysztof
2019-11-19 22:00:33 +01:00
committed by GitHub
parent f363a57e7e
commit 253f48670f
+2 -2
View File
@@ -1,6 +1,6 @@
* {
margin: 0px;
font-family: 'FuturaRennerRegular';
font-family: 'GlacialIndifferenceRegular';
box-sizing: border-box;
color: white;
}
@@ -103,4 +103,4 @@ body {
.select a:hover {
color: rgb(74, 109, 239);
}
}