Update 3 files
- /html/src/fonts/bahnschrift.TTF - /html/src/css/style.css - /html/src/fonts/bahnschrift.ttf
This commit is contained in:
parent
78f69e98c1
commit
7ff63f6194
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user