diff --git a/src/components/Posts/PostItem.astro b/src/components/Posts/PostItem.astro index a060a9a..5a5af12 100644 --- a/src/components/Posts/PostItem.astro +++ b/src/components/Posts/PostItem.astro @@ -134,12 +134,23 @@ const tags = data.tags; } .post-title { + font-family: + system-ui, + -apple-system, + BlinkMacSystemFont, + "Segoe UI", + Roboto, + Oxygen, + Ubuntu, + Cantarell, + "Open Sans", + "Helvetica Neue", + sans-serif; font-weight: 500; font-size: 1.34rem; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 3; - color:; -webkit-box-orient: vertical; overflow: hidden; }