diff options
author | Federico Igne <git@federicoigne.com> | 2021-11-01 11:52:34 +0000 |
---|---|---|
committer | Federico Igne <git@federicoigne.com> | 2021-11-01 11:52:34 +0000 |
commit | 57299b1c8b3f1abb58969ae82ef756b0e24537cd (patch) | |
tree | 5657896086cfdde7c45392cc942630cd417a9b2e | |
parent | d5aa41c7beec721f242402c9e8981d84df842ece (diff) | |
download | st-57299b1c8b3f1abb58969ae82ef756b0e24537cd.tar.gz st-57299b1c8b3f1abb58969ae82ef756b0e24537cd.zip |
Change and adjust fonts
-rw-r--r-- | config.def.h | 10 |
1 files 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 @@ | |||
5 | * | 5 | * |
6 | * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html | 6 | * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html |
7 | */ | 7 | */ |
8 | static char *font = "curie"; | 8 | static char *font = "Bitstream Vera Sans Mono:size=9"; |
9 | static char *font2[] = { | 9 | static char *font2[] = { |
10 | "Twitter Color Emoji:size=8", | 10 | "Twitter Color Emoji:size=9", |
11 | "ForkAwesome:size=8" | 11 | "ForkAwesome:size=9" |
12 | /* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */ | ||
13 | /* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */ | ||
14 | }; | 12 | }; |
15 | static int borderpx = 2; | 13 | static int borderpx = 2; |
16 | 14 | ||
@@ -30,7 +28,7 @@ char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400"; | |||
30 | char *vtiden = "\033[?6c"; | 28 | char *vtiden = "\033[?6c"; |
31 | 29 | ||
32 | /* Kerning / character bounding-box multipliers */ | 30 | /* Kerning / character bounding-box multipliers */ |
33 | static float cwscale = 0.8; | 31 | static float cwscale = 1.0; |
34 | static float chscale = 1.0; | 32 | static float chscale = 1.0; |
35 | 33 | ||
36 | /* | 34 | /* |