mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
fix font smoothing
This commit is contained in:
parent
e583cefbea
commit
cddff22f7c
@ -13,6 +13,7 @@ body {
|
||||
color: var(--main-text-color);
|
||||
font: var(--base-font);
|
||||
overflow: hidden;
|
||||
-webkit-font-smoothing: auto;
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar {
|
||||
|
Loading…
Reference in New Issue
Block a user