1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2025-01-23 02:04:33 +09:00

Fix mismatched fonts of code editor

This commit is contained in:
Ryu jongheon 2024-10-20 18:38:18 +09:00 committed by GitHub
parent 20ce60968c
commit aaf174d2cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -163,7 +163,7 @@ watch(v, newValue => {
color: var(--fg);
border: solid 1px var(--panel);
transition: border-color 0.1s ease-out;
font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
font-family: "JetBrains Mono", "Pretendard JP", Pretendard, Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
&:hover {
border-color: var(--inputBorderHover) !important;
}