mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
style: change navbar fonts
This commit is contained in:
parent
d123a399c3
commit
17a60615f3
2 changed files with 4 additions and 2 deletions
|
@ -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 />
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue