Skip to content

Commit

Permalink
style: change navbar fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
youwen5 committed May 5, 2024
1 parent d123a39 commit 17a6061
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/Navbar/Navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</script>

<nav
class="h-16 lg:h-24 bg-background bg-opacity-50 backdrop-blur-lg fixed w-full z-40 font-display"
class="h-16 lg:h-24 bg-background bg-opacity-50 backdrop-blur-lg fixed w-full z-40 font-serif tracking-tight"
>
<div class="container mx-auto flex justify-between items-center h-full gap-6 overflow-x-auto">
<Drawer />
Expand Down
4 changes: 3 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
<main class="dots-background">
<div class="container max-w-5xl mx-auto py-14 px-4 sm:px-8 justify-center">
<Typewriter mode="scramble" scrambleDuration={750}>
<h1 class="text-5xl sm:text-6xl font-bold text-center mt-14 sm:mt-20 font-display">
<h1
class="text-5xl tracking-tight sm:text-6xl font-bold text-center mt-14 sm:mt-20 font-serif"
>
👋 Hi, I'm Youwen,
</h1>
</Typewriter>
Expand Down

0 comments on commit 17a6061

Please sign in to comment.