Update file style.css

This commit is contained in:
Jan BELLON 2024-03-06 18:52:47 +00:00
parent 7ff63f6194
commit 3eaf827154

View File

@ -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;
}