Skip to content

Commit ddc1bf4

Browse files
authored
Merge pull request #10 from rmfisher26/visual-styles
Updated Font to Syne for NavBar logo and subheaders
2 parents f2452df + 0659460 commit ddc1bf4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/components/Header.astro

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const currentPath = Astro.url.pathname;
55

66
<header id="site-header">
77
<a href={base} class="site-logo">
8-
<span class="logo-fish">🐟</span>
98
<span class="logo-guppy">GUPPY</span><span class="logo-fisher">FISHER</span>
109
</a>
1110

@@ -58,7 +57,7 @@ const currentPath = Astro.url.pathname;
5857

5958
/* ── LOGO ── */
6059
.site-logo {
61-
font-family: 'Inter', sans-serif;
60+
font-family: 'Syne', sans-serif;
6261
font-weight: 600;
6362
font-size: 1.4rem;
6463
letter-spacing: -0.03em;
@@ -87,9 +86,9 @@ const currentPath = Astro.url.pathname;
8786
nav {
8887
display: flex;
8988
gap: 2rem;
90-
font-family: 'Inter', sans-serif;
89+
font-family: 'Syne', sans-serif;
9190
font-size: 0.82rem;
92-
font-weight: 700;
91+
font-weight: 500;
9392
letter-spacing: 0.08em;
9493
text-transform: uppercase;
9594
}

0 commit comments

Comments
 (0)