From 20369a1c0e0a0f6b67851b33987ff6619e03300b Mon Sep 17 00:00:00 2001 From: Mateja Date: Thu, 15 Apr 2021 20:57:45 +0200 Subject: Remove Fira font as dependency. --- README.md | 6 +----- config.def.h | 2 +- 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; /* -- cgit v1.2.3