summaryrefslogtreecommitdiff
path: root/st
diff options
context:
space:
mode:
Diffstat (limited to 'st')
-rw-r--r--st/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/st/config.h b/st/config.h
index 23ea70a..3b87a92 100644
--- a/st/config.h
+++ b/st/config.h
@@ -5,7 +5,7 @@
5 * 5 *
6 * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html 6 * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
7 */ 7 */
8static char *font = "Hermit:pixelsize=12:antialias=true:autohint=true"; 8static char *font = "Hermit:pixelsize=12.5:antialias=true:autohint=true";
9static int borderpx = 9; 9static int borderpx = 9;
10 10
11/* 11/*