diff --git a/src/lib/assets/global.css b/src/lib/assets/global.css new file mode 100644 index 0000000..1dbecea --- /dev/null +++ b/src/lib/assets/global.css @@ -0,0 +1,17 @@ +/* FONTS */ +@font-face { + font-family: "urwgothic"; + src: url("/fonts/urwgothic/urwgothic.woff2") format("woff2"), url("/font/urwgothic/urwgothic.woff") format("woff"); + font-weight: normal; + font-style: normal; +} +@font-face { + font-family: "urwgothic"; + src: url("/fonts/urwgothic/urwgothicDemi.woff2") format("woff2"), url("/font/urwgothic/urwgothicDemi.woff") format("woff"); + font-weight: 900; + font-style: normal; +} + +[id] { + scroll-margin-top: 100px; +} \ No newline at end of file diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 9cebde5..615e2d9 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,11 +1,13 @@ + {@render children()} diff --git a/static/fonts/urwgothic/urwgothic.woff b/static/fonts/urwgothic/urwgothic.woff new file mode 100644 index 0000000..c7b2f8f Binary files /dev/null and b/static/fonts/urwgothic/urwgothic.woff differ diff --git a/static/fonts/urwgothic/urwgothic.woff2 b/static/fonts/urwgothic/urwgothic.woff2 new file mode 100644 index 0000000..6d73cea Binary files /dev/null and b/static/fonts/urwgothic/urwgothic.woff2 differ diff --git a/static/fonts/urwgothic/urwgothicDemi.woff b/static/fonts/urwgothic/urwgothicDemi.woff new file mode 100644 index 0000000..81981aa Binary files /dev/null and b/static/fonts/urwgothic/urwgothicDemi.woff differ diff --git a/static/fonts/urwgothic/urwgothicDemi.woff2 b/static/fonts/urwgothic/urwgothicDemi.woff2 new file mode 100644 index 0000000..515cdcb Binary files /dev/null and b/static/fonts/urwgothic/urwgothicDemi.woff2 differ