diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-09-08 19:00:33 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-09-08 19:00:33 -0400 |
| commit | 84e86f92283dc5c2d9e174126b33209dd2a3d9be (patch) | |
| tree | 71bfab0c8b6d349a75fb2b31081e61d0c74e0e01 | |
| parent | d5287ddf640ac299ad1772366dee231e0b658cd5 (diff) | |
| download | st-master-old.tar.gz st-master-old.tar.xz | |
Add Curie/Scientifica's square stylesmaster-old
| -rw-r--r-- | config.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,7 +6,9 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ // static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; -static char *font = "scientifica:pixelsize=10:antialias=false:autohint=false"; +// static char *font = "scientifica:pixelsize=10:antialias=false:autohint=false"; +// static char *font = "curie:style=Italic:pixelsize=10:antialias=false:autohint=false"; +static char *font = "scientifica:style=Bold:pixelsize=10:antialias=false:autohint=false"; static int borderpx = 2; /* |
