diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-12-14 17:23:20 +0000 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-12-14 17:37:45 +0000 |
commit | 9230c5392881b96753599ce6fceb2c9865590129 (patch) | |
tree | 9b43c7e403b27dee08772b72585dd9528a2ccac8 | |
parent | f07246a77eea3234c91ff932d7487c3d61140c3c (diff) | |
download | st-9230c5392881b96753599ce6fceb2c9865590129.tar.gz |
config.h: Use terminus bitmap font
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = "Terminus:pixelsize=10:antialias=true:autohint=true"; static int borderpx = 2; /* |