Update file style.css
This commit is contained in:
parent
7ff63f6194
commit
3eaf827154
@ -5,7 +5,7 @@
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Bahnschrift; /* Nom de la police */
|
||||
font-family: crfont; /* 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;
|
||||
@ -13,7 +13,7 @@
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Bahnschrift;
|
||||
font-family: crfont, sans-serif;
|
||||
color: var(--text);
|
||||
margin: 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user