From 5196850658003808a785aa05a89ad6746920a510 Mon Sep 17 00:00:00 2001 From: Adam Hovorka Date: Sun, 26 Apr 2020 23:47:53 -0600 Subject: Switch font to EB Garamond --- index.html | 3 ++- style.css | 14 ++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 96c07a9..8b3c895 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,8 @@ - + + diff --git a/style.css b/style.css index 95cd71f..cc8a29b 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,8 @@ * { box-sizing: border-box; margin: 0; padding: 0; - font-family: "Merriweather", serif; + /*font-family: "Merriweather", serif;*/ + font-family: "EB Garamond", serif; transition-timing-function: ease-in-out; } @@ -133,7 +134,7 @@ section { } h2 { - font-size: 10px; + font-size: 14px; font-weight: normal; color: var(--off); } @@ -149,12 +150,13 @@ h2 a.active, h2 a:hover { section:not(.editing) p { margin: 22px 0; - font-size: 16px; + font-size: 18px; line-height: 1.4em; } strong { - font-weight: 900; + /*font-weight: 900;*/ + font-weight: 600; } blockquote { @@ -212,7 +214,7 @@ section textarea { resize: none; border: 0; outline: none; - font-size: 16px; + font-size: 18px; line-height: 1.4em; color: var(--text); background-color: transparent; @@ -265,7 +267,7 @@ section textarea:focus { } #unreachable { - font-size: 12px; + font-size: 14px; font-style: oblique; color: var(--red); } -- cgit v1.2.3-54-g00ecf