diff --git a/src/components/cta.astro b/src/components/cta.astro index 56705d5..8f4789f 100644 --- a/src/components/cta.astro +++ b/src/components/cta.astro @@ -4,7 +4,9 @@ import Link from "./ui/link.astro";
-

Build faster websites.

+

+ Build faster websites. +

Pull content from anywhere and serve it fast with Astro's next-gen island architecture. diff --git a/src/components/hero.astro b/src/components/hero.astro index 0e31927..2f42624 100644 --- a/src/components/hero.astro +++ b/src/components/hero.astro @@ -15,7 +15,8 @@ import { Icon } from "astro-icon"; />

-

+

Marketing website done with Astro

diff --git a/tailwind.config.cjs b/tailwind.config.cjs index 6ddd8d5..81f6683 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -5,7 +5,7 @@ module.exports = { theme: { extend: { fontFamily: { - sans: ["Inter", ...defaultTheme.fontFamily.sans], + sans: ["InterVariable", "Inter", ...defaultTheme.fontFamily.sans], }, }, },