From 3eaf82715453a78faa4ed969e26980c125b43857 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Wed, 6 Mar 2024 18:52:47 +0000 Subject: [PATCH] Update file style.css --- html/src/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/src/css/style.css b/html/src/css/style.css index e7fdab89..9282eb3c 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -5,7 +5,7 @@ } @font-face { - font-family: Bahnschrift; /* Nom de la police */ + font-family: crfont; /* Nom de la police */ src: url('./src/fonts/bahnschrift.ttf') format('truetype'); /* Chemin vers votre fichier TTF */ /* Autres attributs de la police (facultatif) */ font-weight: normal; @@ -13,7 +13,7 @@ } body { - font-family: Bahnschrift; + font-family: crfont, sans-serif; color: var(--text); margin: 0; }