summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmbrose <me@librelife.org>2026-02-15 16:47:41 -0500
committerAmbrose <me@librelife.org>2026-02-15 16:47:41 -0500
commita97b8ec3e532bd29e016360f81e0b78e77cba94c (patch)
treec0601c47b624ba025a0084b9c888941c5c6b30ac
parentcb11350583e987c2443c37f1e8d97ae2d3e16077 (diff)
Made font size larger0.9.3-eOS
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 3331e7d..3004372 100644
--- a/config.def.h
+++ b/config.def.h
@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
+static char *font = "Liberation Mono:pixelsize=15:antialias=true:autohint=true";
static int borderpx = 2;
/*