From a6873ed9a5f31124b41816c9cd71c9ed50a32164 Mon Sep 17 00:00:00 2001 From: Christopher Pecoraro Date: Sat, 17 Feb 2024 15:58:00 -0500 Subject: [PATCH] Update [slug].astro (#39) Removes redundant style. --- src/pages/post/[slug].astro | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/post/[slug].astro b/src/pages/post/[slug].astro index 5340c3a..fd610d7 100644 --- a/src/pages/post/[slug].astro +++ b/src/pages/post/[slug].astro @@ -105,7 +105,6 @@ const post = await getPost(slug); & .post__date { font-family: var(--font-family-sans); font-weight: 600; - font-family: var(--font-family-sans); font-size: var(--font-size-1); line-height: var(--line-height-1); margin-top: var(--space-4);