From dcac36a5bae80bf1aaeb6fd3a9896de9725bb439 Mon Sep 17 00:00:00 2001 From: andrzej Date: Mon, 27 May 2024 10:51:24 +0200 Subject: [PATCH] make font paths work with new directory structure --- css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index f89b450..c185f42 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,12 +1,12 @@ @font-face { font-family: Jura; - src: url(fonts/Jura-VariableFont_wght.ttf) format(tr); + src: url(../fonts/Jura-VariableFont_wght.ttf) format(tr); font-style: normal; } @font-face { font-family: League; - src: url(fonts/LeagueGothic-Regular-VariableFont_wdth.ttf); + src: url(../fonts/LeagueGothic-Regular-VariableFont_wdth.ttf); font-style: bold; }