fix post title font

This commit is contained in:
ClovertaTheTrilobita 2026-04-13 01:57:59 +03:00
parent 04d81bd3a5
commit 141c15f557

View file

@ -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;
}