Fix style

This commit is contained in:
mcarquigny
2025-04-16 21:24:49 +02:00
parent 2b5692399c
commit 08cf066c88
12 changed files with 23 additions and 5 deletions

View File

@ -1 +1,10 @@
// app global css in SCSS form
@font-face {
font-family: geist;
src: url(../public/font/Geist-var.ttf) format('truetype');
}
// declare a class which applies it
html, body {
font-family: 'geist';
}