mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-24 01:08:27 +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);
|
color: var(--main-text-color);
|
||||||
font: var(--base-font);
|
font: var(--base-font);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
-webkit-font-smoothing: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
*::-webkit-scrollbar {
|
*::-webkit-scrollbar {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue