diff --git a/src/app.css b/src/app.css index 1829fbd..bb48005 100644 --- a/src/app.css +++ b/src/app.css @@ -11,10 +11,29 @@ @font-face { font-family: 'Roboto'; src: url('/fonts/Roboto-Regular.ttf') format('truetype'); + font-weight: normal; + } + + @font-face { + font-family: 'Roboto'; + src: url('/fonts/Roboto-Medium.ttf') format('truetype'); + font-weight: normal; + } + + @font-face { + font-family: 'Roboto'; + src: url('/fonts/Roboto-Bold.ttf') format('truetype'); + font-weight: bold; + } + + @font-face { + font-family: 'Roboto'; + src: url('/fonts/Roboto-Black.ttf') format('truetype'); + font-weight: 900; } html { - @apply font-roboto; + @apply font-roboto scroll-smooth; } h1, diff --git a/src/lib/components/Countdown/Countdown.svelte b/src/lib/components/Countdown/Countdown.svelte index d9639fa..e71df60 100644 --- a/src/lib/components/Countdown/Countdown.svelte +++ b/src/lib/components/Countdown/Countdown.svelte @@ -27,26 +27,26 @@
-
- +
+ Tage
-
- +
+ Stunden
-
- +
+ Minuten
-
- +
+ Sekunden diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index db41641..f87b35e 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,26 +1,5 @@ - - -
- -
+ diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 79d13b6..f8779da 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,6 +1,7 @@ @@ -10,3 +11,60 @@
+ +
+ +