From 4bc8b43f4177de44ae0206ed4ac9a722eec1a775 Mon Sep 17 00:00:00 2001 From: Emirhan <28399740+edurur@users.noreply.github.com> Date: Mon, 5 Jun 2023 14:16:30 +0300 Subject: [PATCH] Changed font to system font stack and fixed the line height --- ozgursozluk/static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ozgursozluk/static/style.css b/ozgursozluk/static/style.css index 3da4822..f7f7580 100644 --- a/ozgursozluk/static/style.css +++ b/ozgursozluk/static/style.css @@ -4,7 +4,7 @@ html { color: var(--main-fg); - font-family: sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;; background-color: var(--main-bg); } @@ -127,6 +127,7 @@ form input, form select, form button { .content { margin: 0; padding: 0; + line-height: 1.5; } .content .b, .content .url {