generated from Nicholai/astro-template
feat: Implement new branding styles, update fonts, refine hero section, and adjust navigation elements.
This commit is contained in:
parent
df51308cce
commit
d0016b008c
@ -18,7 +18,7 @@ import "../styles/global.css";
|
|||||||
<meta name="viewport" content="width=device-width" />
|
<meta name="viewport" content="width=device-width" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<link
|
<link
|
||||||
href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap"
|
href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap"
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
/>
|
/>
|
||||||
<meta name="generator" content={Astro.generator} />
|
<meta name="generator" content={Astro.generator} />
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -5,4 +5,7 @@
|
|||||||
--color-brand-sage: #739072;
|
--color-brand-sage: #739072;
|
||||||
--color-brand-beige: #ECE3CE;
|
--color-brand-beige: #ECE3CE;
|
||||||
--color-brand-dark: #1A1C19;
|
--color-brand-dark: #1A1C19;
|
||||||
|
|
||||||
|
--font-serif: "Playfair Display", serif;
|
||||||
|
--font-sans: "Plus Jakarta Sans", sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user