Update post-single.css

This commit is contained in:
Morgan 2023-12-01 21:56:46 +09:00 committed by GitHub
parent 68b03d8259
commit 564e408488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -40,11 +40,11 @@
.post-content { .post-content {
padding-top: var(--gap); padding-top: var(--gap);
font-size: 15px; font-size: 15.5px;
font-weight: 400; font-weight: 200;
font-family: inherit; font-family: inherit;
color: var(--content); color: var(--content);
letter-spacing: -0.1px; /* letter-spacing: -0.1px; */
line-height: 2; line-height: 2;
font-family: "Monaspace Neon", sans-serif; font-family: "Monaspace Neon", sans-serif;
} }