samantha's personal website!~ ✨ samanthanguyen.me
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

dont load unused typefaces

+1 -3
+1 -1
src/lib/layout/Header.svelte
··· 1 1 <header class="pt-12"> 2 2 <hgroup class="flex flex-col gap-1"> 3 3 <h1 class={[ 4 - 'text-2xl lg:text-4xl', 4 + 'text-[1.625rem] lg:text-4xl', 5 5 'font-mono font-bold lg:font-medium', 6 6 ]}> 7 7 samanthanguyen.me
-2
src/routes/+layout.svelte
··· 1 1 <script lang="ts"> 2 2 import '../app.css' 3 - import '@fontsource-variable/public-sans' 4 - import '@fontsource-variable/domine' 5 3 // import CommandPalette from '$lib/palette/CommandPalette.svelte' 6 4 let { children } = $props() 7 5 // let dialogOpen = $state(false)