mirror of
https://github.com/apricote/ein-pfeil-am-rechten-fleck.de.git
synced 2026-01-13 21:11:01 +00:00
fix: font not used & prerender all
This commit is contained in:
parent
c9535fefaf
commit
677604ae90
3 changed files with 2 additions and 1 deletions
|
|
@ -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
1
src/routes/+layout.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export const prerender = true
|
||||
0
src/routes/imprint/+page.svelte
Normal file
0
src/routes/imprint/+page.svelte
Normal file
Loading…
Add table
Add a link
Reference in a new issue