From a8ec17966870244570cd0ae486a56b507371c1b4 Mon Sep 17 00:00:00 2001 From: Umar Getagazov Date: Tue, 17 Aug 2021 21:40:30 +0700 Subject: [PATCH] Remove Helvetica All my homies hate Helvetica --- static/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/default.css b/static/default.css index 733a828..dbf6c9a 100644 --- a/static/default.css +++ b/static/default.css @@ -80,9 +80,9 @@ header { width: 100%; margin-bottom: 1rem; } *, *::before, *::after {box-sizing: border-box;} html { height:100%; padding:0; } -body { margin: 0; font-size:16px; font-family: 'Helvetica', 'Liberation Sans', sans-serif; color: black; } +body { margin: 0; font-size:16px; font-family: sans-serif; color: black; } input, kbd { font: inherit; color: inherit; } -textarea {font-size:16px; font-family: 'Helvetica', 'Liberation Sans', sans-serif;} +textarea {font-size:16px; font-family: inherit;} .edit { min-height: 80vh; } .edit__title { margin-top: 0; }