From 00dc2dde979f8f81cd6776ea33e10bb8b0b8c2b8 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 10 Jan 2022 19:30:52 +0100 Subject: Update fonts --- config.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config.h b/config.h index 817955e..0f1a9d5 100644 --- a/config.h +++ b/config.h @@ -5,12 +5,11 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Space Mono Nerd Font:pixelsize=11:antialias=true:autohint=true"; +static char *font = "monospace:pixelsize=11:antialias=true:autohint=true"; /* Spare fonts */ static char *font2[] = { -/* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */ -/* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */ -}; + "Material Design Icons:pixelsize=12:antialias=true:autohint=true", + "JoyPixels:pixelsize=10:antialias=true:autohint=true"}; static int borderpx = 2; -- cgit v1.2.3-70-g09d2