diff --git a/public/fight.otf b/public/fight.otf new file mode 100644 index 0000000..7f1e2a4 Binary files /dev/null and b/public/fight.otf differ diff --git a/src/components/biome.astro b/src/components/biome.astro index da29dfc..ace81bd 100644 --- a/src/components/biome.astro +++ b/src/components/biome.astro @@ -5,7 +5,7 @@ const { title, description, features } = Astro.props;
-

{title}

+

{title}

{description}

@@ -39,16 +39,13 @@ const { title, description, features } = Astro.props; border-image: var(--_biome-image) repeat fill 0 //0 100vw;; > h2 { - line-height: 1; - font-family: "Jersey10", sans-serif; - font-weight: normal; - font-size: clamp(1.25rem, 5vw, 5rem); + font-size: clamp(5rem, 9vw, 10rem); - &, + /* &, & + p { color: lime; background: #000d; - } + } */ } } diff --git a/src/components/hero.astro b/src/components/hero.astro index ab3cac5..8bb3084 100644 --- a/src/components/hero.astro +++ b/src/components/hero.astro @@ -4,12 +4,12 @@ import NavBento from "./nav.bento.astro"; ---
-

CSS Wrapped 2024

+

CSS Wrapped 2024

-

Driving The Web Forward

+

Driving The Web Forward

2024 in 3 main categories

@@ -26,17 +26,17 @@ import NavBento from "./nav.bento.astro"; gap: var(--size-8); > h1 { - font-family: "Jersey10", sans-serif; - font-size: var(--font-size-6); - font-weight: normal; + font-size: clamp(3rem, 4vw, 8rem); text-align: center; max-inline-size: 100%; > span { + display: inline-block; border-radius: var(--radius-2); margin-inline-start: var(--size-2); - padding-inline: var(--size-2); + padding-inline: var(--size-3); padding-block: var(--size-1); + text-box: trim-both cap alphabetic; box-shadow: 0 0 0 var(--border-size-2); } } @@ -48,10 +48,9 @@ import NavBento from "./nav.bento.astro"; } .hero-title { - font-family: "Jersey10", sans-serif; - font-weight: normal; margin-block-start: var(--size-12); - font-size: var(--font-size-8); + margin-block-end: var(--size-5); + font-size: clamp(4rem, 8vw, 13rem); } } diff --git a/src/components/main.aside.astro b/src/components/main.aside.astro index 4dd4564..44520ca 100644 --- a/src/components/main.aside.astro +++ b/src/components/main.aside.astro @@ -7,7 +7,7 @@ const { biomes } = Astro.props;