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;