diff --git a/index.html b/index.html index 447e254..33cc40e 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - + @@ -29,4 +29,3 @@ - diff --git a/post.html b/post.html index 27eaa04..88f0daf 100644 --- a/post.html +++ b/post.html @@ -7,7 +7,7 @@ - + @@ -29,4 +29,3 @@ - diff --git a/styles.css b/styles.css index 866604f..774f92e 100644 --- a/styles.css +++ b/styles.css @@ -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; } -