From d6018d9f4b58eab7f93801a3562044ccc78068d6 Mon Sep 17 00:00:00 2001 From: Kerem Sevencan Date: Tue, 10 Oct 2023 19:09:26 +0200 Subject: [PATCH] Update style.css --- media/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/media/style.css b/media/style.css index 2c146a5913..8292b2fee6 100644 --- a/media/style.css +++ b/media/style.css @@ -14,8 +14,11 @@ https://github.com/sindresorhus/github-markdown-css line-height: 1.5; color: #24292e; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; - font-size: 16px; - line-height: 1.5; + font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif; + /*-webkit-font-smoothing: antialiased;*/ + font-size: 17px; + letter-spacing: -0.022em; + line-height: 1.47059; word-wrap: break-word; }