aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--config.def.h2
2 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index 954abdb..e74d999 100644
--- a/README.md
+++ b/README.md
@@ -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;
/*