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; }