Skip to content

Commit 40827f3

Browse files
committed
fix fonts in monaco menu
1 parent 2c1dd10 commit 40827f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/vs/base/browser/ui/contextview/contextview.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,10 @@ let SHADOW_ROOT_CSS = /* css */ `
363363
-ms-user-select: none;
364364
}
365365
366+
:host {
367+
font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "HelveticaNeue-Light", system-ui, "Ubuntu", "Droid Sans", sans-serif;
368+
}
369+
366370
:host-context(.mac) { font-family: -apple-system, BlinkMacSystemFont, sans-serif; }
367371
:host-context(.mac:lang(zh-Hans)) { font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", sans-serif; }
368372
:host-context(.mac:lang(zh-Hant)) { font-family: -apple-system, BlinkMacSystemFont, "PingFang TC", sans-serif; }

0 commit comments

Comments
 (0)