Update 2 files

- /html/src/fonts/bahnschrift.TTF
- /html/src/css/style.css
This commit is contained in:
Jan BELLON 2024-03-06 18:46:47 +00:00
parent debed327da
commit 14eeddd525
2 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,14 @@
--dark-background: #242424;
}
@font-face {
font-family: MaPolice; /* 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;
font-style: normal;
}
body {
font-family: Bahnschrift;
color: var(--text);

Binary file not shown.