From e29b945e52b1cb50db9eb2b933da7c84c09543df Mon Sep 17 00:00:00 2001 From: Saltine <156854448+saltytine@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:36:19 -0700 Subject: [PATCH] Update style.css --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index b53f112..5951fb9 100644 --- a/style.css +++ b/style.css @@ -1,21 +1,21 @@ @font-face { font-family: 'leet'; - src: url('dosis.extralight.ttf') format('truetype'); + src: url('./fonts/dosis.extralight.ttf') format('truetype'); } @font-face { font-family: 'ppheehee'; - src: url('uni-sans.heavy-caps.otf') format('opentype'); + src: url('./fonts/uni-sans.heavy-caps.otf') format('opentype'); } @font-face { font-family: 'nav'; - src: url('sui-generis-free.rg-regular.otf') format('opentype'); + src: url('./fonts/sui-generis-free.rg-regular.otf') format('opentype'); } @font-face { font-family: 'wowww'; - src: url('metropolis.regular.otf') format('opentype'); + src: url('./fonts/metropolis.regular.otf') format('opentype'); } /* Reset and General Styles */