/* 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; }