change font: Spectral -> EB Garamond

This commit is contained in:
2026-06-10 00:07:34 -07:00
parent 786f7128d8
commit bbc2dc6b58
3 changed files with 10 additions and 12 deletions
+8 -8
View File
@@ -1,5 +1,6 @@
html, body {
font-family: 'Spectral', serif;
font-family: 'EB Garamond', serif;
font-size: 20px;
line-height: 1.6;
margin: 0;
padding: 0;
@@ -46,7 +47,7 @@ main {
/* Buttons */
button {
font-size: 1rem;
font-size: 1.1rem;
padding: 10px 20px;
border: none;
border-radius: 5px;
@@ -69,25 +70,25 @@ footer {
}
h4 {
font-size: 32px;
font-size: 38px;
margin: 0;
padding: 0;
padding-top: 45px;
}
h3 {
font-size: 18px;
font-size: 22px;
color: grey;
margin: 0;
padding: 0;
}
h2 {
font-size: 11px;
font-size: 14px;
color: grey;
margin: 0;
padding: 0;
}
p {
font-size: 19px;
font-size: 22px;
line-height: 1.6;
}
a {
@@ -135,7 +136,7 @@ blockquote {
}
.post-card .post-date {
font-size: 0.9em;
font-size: 1em;
color: #aaa;
}
@@ -158,4 +159,3 @@ blockquote {
transform: scale(1.1); /* Slight zoom effect */
opacity: 0.8;
}