summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMineralwaterXu <[email protected]>2020-12-03 22:17:48 +0800
committerMineralwaterXu <[email protected]>2020-12-03 22:17:48 +0800
commit58b0ceb753ba5a17f8b53e0349bdfad07ef553db (patch)
treea20652945904bd02bc1cd71356171fcac5227406 /config.h
parentd9c0a1912f54b13226ef37b7efd74790f2b286e9 (diff)
changed the font size
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 858bab7..2c9bb1f 100644
--- a/config.h
+++ b/config.h
@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "Source Code Pro:pixelsize=18:antialias=true:autohint=true";
+static char *font = "Source Code Pro:pixelsize=24:antialias=true:autohint=true";
static int borderpx = 2;
/*