aboutsummaryrefslogtreecommitdiffstats
path: root/styles/fonts.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/fonts.css')
-rw-r--r--styles/fonts.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/styles/fonts.css b/styles/fonts.css
new file mode 100644
index 0000000..8cd59ce
--- /dev/null
+++ b/styles/fonts.css
@@ -0,0 +1,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;
+}