From: MatthewOwens <matthew@owens.tech>
Date: Mon, 22 Jun 2020 19:17:26 +0000 (+0100)
Subject: fixed font
X-Git-Url: https://git.owens.tech/about.html/about.html/git?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=st.git

fixed font
---

diff --git a/config.def.h b/config.def.h
index 59fd8dc..a070641 100644
--- a/config.def.h
+++ b/config.def.h
@@ -5,7 +5,9 @@
  *
  * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
  */
-static char font[] = "xos4 Terminus-15:antialias=true:autohint=true";
+static char font[] = "Terminus (TTF):size=15:antialias=true:autohint=true";
+//static char font[] = "Terminus (TTF)";
+//static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
 static int borderpx = 0;
 
 /*