From 140dd1969c7f906b725f67250cb374add62176b9 Mon Sep 17 00:00:00 2001 From: Surjith S M Date: Mon, 26 Dec 2022 15:18:10 +0530 Subject: [PATCH] add variable font --- src/components/cta.astro | 4 +++- src/components/hero.astro | 3 ++- tailwind.config.cjs | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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], }, }, },