diff --git a/plugins/Sidebar/media/Sidebar.css b/plugins/Sidebar/media/Sidebar.css index 4b0516d6..6a2bfc6e 100644 --- a/plugins/Sidebar/media/Sidebar.css +++ b/plugins/Sidebar/media/Sidebar.css @@ -1,3 +1,7 @@ +.menu { + font-family: Roboto, 'Segoe UI', 'Helvetica Neue'; +} + .drag-bg { width: 100%; height: 100%; position: fixed; } .fixbutton.dragging { cursor: -webkit-grabbing; } .fixbutton-bg:active { cursor: -webkit-grabbing; } diff --git a/plugins/Sidebar/media/all.css b/plugins/Sidebar/media/all.css index 5b0a18d8..abb53b6e 100644 --- a/plugins/Sidebar/media/all.css +++ b/plugins/Sidebar/media/all.css @@ -76,6 +76,10 @@ /* ---- plugins/Sidebar/media/Sidebar.css ---- */ +.menu { + font-family: Roboto, 'Segoe UI', 'Helvetica Neue'; +} + .drag-bg { width: 100%; height: 100%; position: fixed; } .fixbutton.dragging { cursor: -webkit-grabbing; } .fixbutton-bg:active { cursor: -webkit-grabbing; }