From 703cf5fcb0071d97af607f33dcae545bbfca710e Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Wed, 8 Sep 2021 19:03:19 -0400 Subject: Change profont to the bold/squared version --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 3c47de6..04cb63f 100644 --- a/config.h +++ b/config.h @@ -3,7 +3,7 @@ #define PROFONT_LARGE "ProfontOTB:pixelsize=14:antialias=false:autohint=false" #define PROFONT_SMALL "ProfontOTB:pixelsize=10:antialias=false:autohint=false" #define ROBOTO_YUGE "RobotoMono-Regular:pixelsize=18:antialias=true:autohint=true" -#define FONT_SCIENTIFICA "scientifica:pixelsize=10:antialias=false:autohint=false" +#define FONT_SCIENTIFICA "scientifica:style=Bold:pixelsize=10:antialias=false:autohint=false" #define FONT_CURIE "curieMedium:pixelsize=10:antialias=false:autohint=false" /* appearance */ -- cgit v1.2.3