From 57299b1c8b3f1abb58969ae82ef756b0e24537cd Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Mon, 1 Nov 2021 11:52:34 +0000 Subject: Change and adjust fonts --- config.def.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/config.def.h b/config.def.h index de93aa4..f7b7e0c 100644 --- a/config.def.h +++ b/config.def.h @@ -5,12 +5,10 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "curie"; +static char *font = "Bitstream Vera Sans Mono:size=9"; static char *font2[] = { - "Twitter Color Emoji:size=8", - "ForkAwesome:size=8" -/* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */ -/* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */ + "Twitter Color Emoji:size=9", + "ForkAwesome:size=9" }; static int borderpx = 2; @@ -30,7 +28,7 @@ char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400"; char *vtiden = "\033[?6c"; /* Kerning / character bounding-box multipliers */ -static float cwscale = 0.8; +static float cwscale = 1.0; static float chscale = 1.0; /* -- cgit v1.2.3