From 08bdca532a94defc2fb3232c14fb24f89728fcc9 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Sun, 12 Apr 2026 23:51:15 +0300 Subject: [PATCH] update font weight --- src/components/Posts/PostItem.astro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Posts/PostItem.astro b/src/components/Posts/PostItem.astro index 1e09150..fae618e 100644 --- a/src/components/Posts/PostItem.astro +++ b/src/components/Posts/PostItem.astro @@ -68,7 +68,8 @@ const data = Astro.props; "Open Sans", "Helvetica Neue"; color: inherit; - font-weight: 700; + font-style: normal; + font-weight: 500; font-size: 1.34rem; line-height: 1.6; display: -webkit-box;