From e70d7c17c4b4216eedad9173d4549693d1636812 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 29 Jul 2020 13:34:43 -0500 Subject: [PATCH] Use system fonts for copy --- themes/lyte/static/styles.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/themes/lyte/static/styles.css b/themes/lyte/static/styles.css index c012387..455a73e 100644 --- a/themes/lyte/static/styles.css +++ b/themes/lyte/static/styles.css @@ -127,16 +127,17 @@ main > p > code { body { background-color: #111; color: #fff; - font-family: iosevka, system-ui; + font-family: system-ui; font-weight: 300; font-size: 1rem; } -code { +code, pre { font-family: iosevka, monospace; } body > header { + font-family: iosevka, monospace; position: relative; display: flex; background-color: #191919;