From 253f48670f33123682434b06e874a237be0c5d48 Mon Sep 17 00:00:00 2001 From: Krzysztof Date: Tue, 19 Nov 2019 22:00:33 +0100 Subject: [PATCH] Update stylesheet.css --- stylesheet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheet.css b/stylesheet.css index df2d18c..b2cae6e 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -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); -} \ No newline at end of file +}