mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-06 06:58:21 +00:00
fix font smoothing
This commit is contained in:
parent
e583cefbea
commit
cddff22f7c
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue