fix: font not used & prerender all

This commit is contained in:
Julian Tölle 2023-03-26 16:51:47 +02:00
parent c9535fefaf
commit 677604ae90
3 changed files with 2 additions and 1 deletions

View file

@ -12,5 +12,5 @@
@font-face {
font-family: "Vinque";
src: url("vinque.ttf");
src: url("../static/vinque.ttf");
}

1
src/routes/+layout.ts Normal file
View file

@ -0,0 +1 @@
export const prerender = true

View file