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 {