From ef4203b835b9b098045cd3504485c22b60efedfb Mon Sep 17 00:00:00 2001 From: Akos Kitta Date: Tue, 2 Mar 2021 18:53:02 +0100 Subject: [PATCH] Fixed the fallback `font-family` in monaco editor. Signed-off-by: Akos Kitta --- packages/monaco/src/browser/style/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/monaco/src/browser/style/index.css b/packages/monaco/src/browser/style/index.css index 1e35a9875dab9..b68fd8b4f7656 100644 --- a/packages/monaco/src/browser/style/index.css +++ b/packages/monaco/src/browser/style/index.css @@ -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; }