set font
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
@custom-variant dark (&:is(.dark *));
|
||||
|
||||
@theme inline {
|
||||
--font-display: 'TikTok Sans', 'sans-serif';
|
||||
|
||||
--color-background: var(--background);
|
||||
--color-foreground: var(--foreground);
|
||||
--color-card: var(--card);
|
||||
|
||||
@@ -90,3 +90,9 @@ const breadcrumbs = computed(() => getBreadcrumbs(route.path));
|
||||
</main>
|
||||
</SidebarProvider>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
* {
|
||||
font-family: 'TikTok Sans', sans-serif;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user