aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2021-09-08 19:00:33 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2021-09-08 19:00:33 -0400
commit84e86f92283dc5c2d9e174126b33209dd2a3d9be (patch)
tree71bfab0c8b6d349a75fb2b31081e61d0c74e0e01
parentd5287ddf640ac299ad1772366dee231e0b658cd5 (diff)
downloadst-master-old.tar.gz
st-master-old.tar.xz
Add Curie/Scientifica's square stylesmaster-old
-rw-r--r--config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.h b/config.h
index 1dad193..fa90d67 100644
--- a/config.h
+++ b/config.h
@@ -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;
/*