Update file style.css
This commit is contained in:
parent
7ff63f6194
commit
3eaf827154
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user