Skip to content

Commit 5b869d5

Browse files
committed
contrib/notification: fix the font families
1 parent 871f30a commit 5b869d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/notification.d/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
body {
2-
font-family: fira-sans, sans;
2+
font-family: fira-sans, sans-serif;
33
font-size: 10pt;
44
background-color: transparent;
55
}
@@ -28,13 +28,13 @@ p.hint {
2828
display: none;
2929
}
3030
pre {
31-
font-family: fira-mono, mono;
31+
font-family: fira-mono, monospace;
3232
white-space: pre-wrap;
3333
}
3434
span.link {
3535
color: #863600;
3636
}
3737
span.tag {
38-
font-family: monospace;
38+
font-family: fira-mono, monospace;
3939
background-color: #e6e6e6;
4040
}

0 commit comments

Comments
 (0)