diff --git a/napcat.webui/src/styles/globals.css b/napcat.webui/src/styles/globals.css index a976ca06..c31e135b 100644 --- a/napcat.webui/src/styles/globals.css +++ b/napcat.webui/src/styles/globals.css @@ -11,6 +11,10 @@ body { Helvetica Neue, Microsoft YaHei, sans-serif !important; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + text-rendering: optimizeLegibility; + font-smooth: always; } @layer components { @@ -95,11 +99,4 @@ body { } .ql-editor img { @apply inline-block; -} - -.xterm { - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - text-rendering: optimizeLegibility; - font-smooth: always; -} +} \ No newline at end of file