blob: 8cd59ce5a01f0ebfdebb4bd9d941b62525533b40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/* Fonts.
*
* Only three modules show text at all on this bar: the clock pair and the
* tooltips. Everything else is an icon, which is the point of the theme.
*
* Inconsolata is the desktop's monospace face, and monospace is deliberate
* for a clock: proportional digits jitter as the minute changes.
*/
* {
font-family: "Inconsolata Nerd Font Mono", monospace;
font-weight: bold;
font-size: 16px;
}
tooltip label {
font-weight: normal;
font-size: 14px;
}
|