Fix style

This commit is contained in:
mcarquigny
2025-04-16 21:38:56 +02:00
parent 08cf066c88
commit 96899a8477
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -33,3 +33,4 @@ yarn-error.log*
.env.local* .env.local*
pocketbase/pb_data/* pocketbase/pb_data/*
pocketbase/pocketbase.exe

View File

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