Skip to content

Commit

Permalink
Merge pull request #520
Browse files Browse the repository at this point in the history
fix(frontend): Fix mismatched fonts of code editor
  • Loading branch information
noridev authored Oct 29, 2024
2 parents c237b64 + aaf174d commit 9864e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/MkCodeEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 9864e27

Please sign in to comment.