This commit is contained in:
2025-07-15 16:53:57 +02:00
parent 672cfbee11
commit ee6a1bc25c
2 changed files with 8 additions and 0 deletions

View File

@@ -90,3 +90,9 @@ const breadcrumbs = computed(() => getBreadcrumbs(route.path));
</main>
</SidebarProvider>
</template>
<style>
* {
font-family: 'TikTok Sans', sans-serif;
}
</style>