Skip to content

Commit

Permalink
Fixed the fallback font-family in monaco editor.
Browse files Browse the repository at this point in the history
Signed-off-by: Akos Kitta <[email protected]>
  • Loading branch information
Akos Kitta authored and kittaakos committed Mar 2, 2021
1 parent 159f175 commit 1110f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/monaco/src/browser/style/index.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.monaco-editor {
padding-bottom: 5.6px;
font-family: var(--theia-ui-font-family);
font-family: var(--theia-code-font-family);
font-size: inherit !important;
}

Expand Down

0 comments on commit 1110f99

Please sign in to comment.