From 21712d3950a1aab68cee356fdd51ffa32ee12023 Mon Sep 17 00:00:00 2001 From: zyqunix Date: Thu, 28 Nov 2024 16:58:04 +0100 Subject: [PATCH] removed hack font --- projects/style.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/projects/style.css b/projects/style.css index 5344f97..a11402f 100644 --- a/projects/style.css +++ b/projects/style.css @@ -1,10 +1,3 @@ -@font-face { - font-family: 'Hack'; - src: url(fonts/Hack-Regular.ttf) format('truetype'); - font-weight: normal; - font-style: normal; -} - body { display: flex; justify-content: center;