Skip to content

Commit 13fca5a

Browse files
style(layout): make half the website logo serif
1 parent 8fad26c commit 13fca5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
/>
129129
{#if !page.route.id?.startsWith("/devlog")}
130130
<span class="hidden text-xl font-semibold text-shadow-xs/10 xs:inline-block">
131-
Svelte
131+
<span class="font-display">Svelte</span>
132132
<span class="text-primary">Changelog</span>
133133
</span>
134134
{/if}

0 commit comments

Comments
 (0)