From 0ac9654a262114d0824f209239e61c73e0f3b5d1 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Wed, 6 Mar 2024 18:54:08 +0000 Subject: [PATCH] Update file style.css --- html/src/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/src/css/style.css b/html/src/css/style.css index 9282eb3c..93ee4945 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -6,7 +6,7 @@ @font-face { font-family: crfont; /* Nom de la police */ - src: url('./src/fonts/bahnschrift.ttf') format('truetype'); /* Chemin vers votre fichier TTF */ + src: url('/src/fonts/bahnschrift.ttf') format('truetype'); /* Chemin vers votre fichier TTF */ /* Autres attributs de la police (facultatif) */ font-weight: normal; font-style: normal;