diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-09-08 19:03:19 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-09-08 19:03:19 -0400 |
| commit | 703cf5fcb0071d97af607f33dcae545bbfca710e (patch) | |
| tree | f842fd98bb4cd52f5f8184e952fa9303640deb7d | |
| parent | e82e9bc6375259d0e9b4f763a5671eafc2c07c39 (diff) | |
| download | dwm-703cf5fcb0071d97af607f33dcae545bbfca710e.tar.gz dwm-703cf5fcb0071d97af607f33dcae545bbfca710e.tar.xz | |
Change profont to the bold/squared version
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
