From cb058d87e3ecc190c70c7a6d0512807edec8c71a Mon Sep 17 00:00:00 2001 From: Dean Perry Date: Fri, 13 May 2016 21:13:29 +0100 Subject: [PATCH] Added webkit-font-smoothing --- public/css/gogs.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/gogs.css b/public/css/gogs.css index c21cb41cd..0a8a101e0 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -8,6 +8,7 @@ body { font-family: "Helvetica Neue", "Meiryo Ui", "Microsoft YaHei", Arial, Helvetica, sans-serif !important; background-color: #fff; overflow-y: scroll; + -webkit-font-smoothing: antialiased; } img { border-radius: 3px;