Use alternative sans font for post list title

This commit is contained in:
Foster Hangdaan 2023-11-28 08:28:15 -05:00
parent d5de0822ae
commit fc77997449
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -12,6 +12,7 @@ .post-list {
}
.post-list-title {
display: inline-block;
font-family: var(--font--sans-serif-alt);
font-weight: bold;
text-decoration: none;
font-size: 1.5rem;