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-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 */ 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;
@ -13,7 +13,7 @@
} }
body { body {
font-family: Bahnschrift; font-family: crfont, sans-serif;
color: var(--text); color: var(--text);
margin: 0; margin: 0;
} }