Update file style.css

This commit is contained in:
Jan BELLON 2024-03-06 18:49:19 +00:00
parent adbdeb65b9
commit 78f69e98c1

View File

@ -6,7 +6,7 @@
@font-face { @font-face {
font-family: Bahnschrift; /* Nom de la police */ font-family: Bahnschrift; /* 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) */ /* Autres attributs de la police (facultatif) */
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;