diff options
author | Bwko <bouwko@gmail.com> | 2017-01-27 07:10:21 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-01-27 14:10:21 +0800 |
commit | 4faf097fb9d07003b52d5f6e51ad3e624a5db062 (patch) | |
tree | 099f7293e7eae7f40180d7d81b730602893e52fa /public/less/_base.less | |
parent | e08421017c50d881710f52c9fd942239a4a928ae (diff) | |
download | gitea-4faf097fb9d07003b52d5f6e51ad3e624a5db062.tar.gz gitea-4faf097fb9d07003b52d5f6e51ad3e624a5db062.zip |
Added webkit-font-smoothing (#763)
Diffstat (limited to 'public/less/_base.less')
-rw-r--r-- | public/less/_base.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/less/_base.less b/public/less/_base.less index c061b4b68e..e938f42a51 100644 --- a/public/less/_base.less +++ b/public/less/_base.less @@ -4,6 +4,7 @@ body { font-family: "Helvetica Neue", "Microsoft YaHei", Arial, Helvetica, sans-serif !important; background-color: #fff; overflow-y: scroll; + -webkit-font-smoothing: antialiased; } img { border-radius: 3px; |