From 5e5765e806218c139070724c1236a873e1023cfd Mon Sep 17 00:00:00 2001 From: Imbus Date: Wed, 1 Nov 2023 11:00:45 +0100 Subject: [PATCH] Fixed typo for the font Evogria in the css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index cba62eb..6956901 100644 --- a/style.css +++ b/style.css @@ -6,7 +6,7 @@ body { @font-face { font-family: race; - src: url(resources/evogria.otf); + src: url(resources/Evogria.otf); } #menu {