This commit is contained in:
vinceliuice 2022-11-19 23:35:36 +08:00
parent 7545faad5b
commit a2fed1a987
2 changed files with 2 additions and 6 deletions

View File

@ -4238,7 +4238,7 @@ colorchooser .popover.osd { border-radius: $bt_radius; }
// Decouple the font of context menus from their entry/textview // Decouple the font of context menus from their entry/textview
.context-menu { font: initial; } .context-menu { font: initial; }
.monospace { font-family: Monospace; } // .monospace { font-family: Monospace; }
// //
// Shortcuts Help // Shortcuts Help

View File

@ -468,10 +468,6 @@ spinner {
} }
} }
.monospace {
font-family: monospace;
}
.numeric { .numeric {
font-feature-settings: "tnum"; font-feature-settings: "tnum";
} }
@ -4858,7 +4854,7 @@ colorchooser .popover.osd { border-radius: $bt_radius; }
// Decouple the font of context menus from their entry/textview // Decouple the font of context menus from their entry/textview
.context-menu { font: initial; } .context-menu { font: initial; }
.monospace { font-family: Monospace; } // .monospace { font-family: Monospace; }
// //
// Shortcuts Help // Shortcuts Help