diff --git a/src/disqusjs.css b/src/disqusjs.css index f97fcd9..7879d65 100644 --- a/src/disqusjs.css +++ b/src/disqusjs.css @@ -1,9 +1,6 @@ #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; } #dsqjs a { @@ -167,11 +164,6 @@ color: #2a2e2e } -#dsqjs .dsqjs-post-body code, -#dsqjs .dsqjs-post-body pre { - font-family: "SF Mono", "Segoe UI Mono", Consolas, "Roboto Mono", "Liberation Mono", Menlo, Courier, 'Courier New', monospace !important; -} - #dsqjs .dsqjs-post-body code { padding: .2em .4em; margin: 0; @@ -305,4 +297,4 @@ color: #656c7a; text-decoration: underline; cursor: pointer; -} \ No newline at end of file +}