Update 3 files

- /html/src/fonts/bahnschrift.TTF
- /html/src/css/style.css
- /html/src/fonts/bahnschrift.ttf
This commit is contained in:
Jan BELLON 2024-03-06 18:51:03 +00:00
parent 78f69e98c1
commit 7ff63f6194
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
@font-face {
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) */
font-weight: normal;
font-style: normal;