style: change navbar fonts

This commit is contained in:
Youwen Wu 2024-05-05 10:37:38 -07:00
parent d123a399c3
commit 17a60615f3
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 4 additions and 2 deletions

View file

@ -27,7 +27,7 @@
</script> </script>
<nav <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"> <div class="container mx-auto flex justify-between items-center h-full gap-6 overflow-x-auto">
<Drawer /> <Drawer />

View file

@ -15,7 +15,9 @@
<main class="dots-background"> <main class="dots-background">
<div class="container max-w-5xl mx-auto py-14 px-4 sm:px-8 justify-center"> <div class="container max-w-5xl mx-auto py-14 px-4 sm:px-8 justify-center">
<Typewriter mode="scramble" scrambleDuration={750}> <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, 👋 Hi, I'm Youwen,
</h1> </h1>
</Typewriter> </Typewriter>