File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments