This commit is contained in:
2026-03-25 15:54:58 +09:00
parent 1594477a83
commit a9b44302bf

View File

@@ -48,7 +48,7 @@ nav.site-nav a:hover {
/* Homepage */ /* Homepage */
.home { .home {
font-family: "IBM Plex Mono", "Cascadia Code", Consolas, monospace; font-family: "IBM Plex Mono", monospace;
font-size: 17px; font-size: 17px;
margin-top: 28vh; margin-top: 28vh;
line-height: 1.9; line-height: 1.9;
@@ -85,7 +85,7 @@ nav.site-nav a:hover {
/* Post list */ /* Post list */
.post-list { .post-list {
font-family: "IBM Plex Mono", "Cascadia Code", Consolas, monospace; font-family: "IBM Plex Mono", "Pretendard", monospace;
font-size: 15px; font-size: 15px;
margin-top: 8px; margin-top: 8px;
line-height: 1.8; line-height: 1.8;
@@ -216,7 +216,7 @@ article header time {
/* Inline code */ /* Inline code */
.post-content code { .post-content code {
font-family: "IBM Plex Mono", "Cascadia Code", Consolas, monospace; font-family: "IBM Plex Mono", monospace;
padding: 2px 6px; padding: 2px 6px;
background: #f4f4f4; background: #f4f4f4;
font-size: 0.85em; font-size: 0.85em;