Update 2 files
- /html/src/fonts/bahnschrift.TTF - /html/src/css/style.css
This commit is contained in:
parent
debed327da
commit
14eeddd525
@ -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);
|
||||
|
BIN
html/src/fonts/bahnschrift.TTF
Normal file
BIN
html/src/fonts/bahnschrift.TTF
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user