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;