From 7c5775a48359c53c3fe57eb5fc27212818fc010b Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 2 Jun 2021 10:34:20 +0200 Subject: [PATCH] Fix font --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 6efac11..91228dc 100644 --- a/style.css +++ b/style.css @@ -24,7 +24,7 @@ } @font-face { - font-family: "Inconsolata"; + font-family: "Inconsolata Regular"; src: url("fonts/Inconsolata-Regular.otf") format("otf"); }