Skip to content

Commit 5ff8d6b

Browse files
committed
Set font
1 parent 0f5658e commit 5ff8d6b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

plugins/Sidebar/media/Sidebar.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.menu {
2+
font-family: Roboto, 'Segoe UI', 'Helvetica Neue';
3+
}
4+
15
.drag-bg { width: 100%; height: 100%; position: fixed; }
26
.fixbutton.dragging { cursor: -webkit-grabbing; }
37
.fixbutton-bg:active { cursor: -webkit-grabbing; }

plugins/Sidebar/media/all.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
/* ---- plugins/Sidebar/media/Sidebar.css ---- */
7777

7878

79+
.menu {
80+
font-family: Roboto, 'Segoe UI', 'Helvetica Neue';
81+
}
82+
7983
.drag-bg { width: 100%; height: 100%; position: fixed; }
8084
.fixbutton.dragging { cursor: -webkit-grabbing; }
8185
.fixbutton-bg:active { cursor: -webkit-grabbing; }

0 commit comments

Comments
 (0)