diff options
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | config.def.h | 2 |
2 files changed, 2 insertions, 6 deletions
@@ -12,11 +12,7 @@ This is my fork of [st][stterm] terminal with following patches applied: - externalpipe (for URLs) - xresources -## Dependencies: - -- Fira Code font (optional) - -### Build dependencies: +## Build dependencies: - Xlib header files - fontconfig diff --git a/config.def.h b/config.def.h index 15a269f..2422ba4 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 = "Fira Code:pixelsize=12:antialias=true:autohint=true"; +static char *font = "monospace:pixelsize=12:antialias=true:autohint=true"; static int borderpx = 2; /* |