Skip to content

Commit

Permalink
Inherit Monaco font (instead of using Roboto)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes committed Dec 7, 2020
1 parent 927cc7b commit 2c09377
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2146,4 +2146,8 @@ div.ui-dialog-titlebar > .ui-dialog-titlebar-close:hover {
position: relative;
color: #1E88C3;
}
/* Dropdown Style END */
/* Dropdown Style END */

.monaco-editor .view-lines * {
font-family: inherit;
}

0 comments on commit 2c09377

Please sign in to comment.