From a9d33a53f2626a824a80757cb6214f735a1aa274 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 29 Apr 2021 00:41:25 +0300 Subject: feat: use regular Fira Code instead of bold --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 0bed0ff..90e4733 100644 --- a/config.def.h +++ b/config.def.h @@ -13,7 +13,7 @@ static const int showbar = 1; /* 0 means no bar */ static const int horizpadbar = 6; /* horizontal padding for statusbar */ static const int vertpadbar = 16; /* vertical padding for statusbar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "fira code nerd font:bold:pixelsize=12:antialias=true:autohint=true" }; +static const char *fonts[] = { "fira code nerd font:pixelsize=12:antialias=true:autohint=true" }; static const char col_background[] = "#1d2021"; static const char col_foreground[] = "#ebdbb2"; static const char col_yellow[] = "#d79921"; -- cgit v1.2.3