From fc8c5947a0914a8b8fc72956abd367d1e2ed92c6 Mon Sep 17 00:00:00 2001 From: Troy Date: Sun, 16 Feb 2025 18:22:22 +0000 Subject: [PATCH] fix: remove all deleted reference to font --- src/components/Head.astro | 8 -------- src/styles/global.css | 1 - 2 files changed, 9 deletions(-) diff --git a/src/components/Head.astro b/src/components/Head.astro index 2099dc4..d06e5ee 100644 --- a/src/components/Head.astro +++ b/src/components/Head.astro @@ -23,7 +23,6 @@ if (typeof tags !== "undefined") { import outfit from "@fontsource-variable/outfit/files/outfit-latin-wght-normal.woff2?url"; import redhatmono from "@fontsource-variable/red-hat-mono/files/red-hat-mono-latin-wght-normal.woff2?url"; -import instrument from "@fontsource/instrument-serif/files/instrument-serif-latin-400-normal.woff2?url"; --- @@ -111,11 +110,4 @@ import instrument from "@fontsource/instrument-serif/files/instrument-serif-lati href={redhatmono} crossorigin="anonymous" /> - diff --git a/src/styles/global.css b/src/styles/global.css index 2f9b792..3d7a488 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -16,7 +16,6 @@ @theme { --font-sans: "Outfit Variable", "sans-serif"; - --font-serif: "Instrument Serif", "serif"; --font-mono: "Red Hat Mono Variable", "monospace"; --animate-reveal: reveal 0.3s forwards ease-in-out;