From ffc58f81dfd2a57fe01ecf2682400e6e9044c152 Mon Sep 17 00:00:00 2001 From: SukkaW Date: Fri, 12 Oct 2018 11:51:25 +0800 Subject: [PATCH] style: update font-family --- src/disqusjs.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/disqusjs.css b/src/disqusjs.css index 5315a91..ad48165 100644 --- a/src/disqusjs.css +++ b/src/disqusjs.css @@ -8,6 +8,14 @@ #dsqjs * { margin: 0; padding: 0; + font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", sans-serif; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + color: #2a2e2e; +} + +#dsqjs code { + font-family: "SF Mono", "Segoe UI Mono", Consolas, "Roboto Mono", "Liberation Mono", Menlo, Courier, 'Courier New', monospace !important; } #dsqjs ul {