Cleanup & Redefine font weights

This commit is contained in:
2022-05-20 22:28:35 +02:00
parent 0751e22fb1
commit 3de6764fb5
2 changed files with 3 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
<script lang="ts">
import { page } from '$app/stores'
import { onMount, tick } from 'svelte'
import { fade } from 'svelte/transition'
import { scrollToTop } from '$utils/functions'
import { DURATION } from '$utils/contants'
@@ -10,7 +9,6 @@
$: doNotScroll = !$page.url.searchParams.get('country') && !$page.url.pathname.includes('/shop')
</script>
<main class={name}
in:fade={{ duration: DURATION.PAGE_IN, delay: DURATION.PAGE_DELAY }}
out:fade={{ duration: DURATION.PAGE_OUT }}