M README.md => README.md +1 -0
@@ 7,6 7,7 @@ My custom build of st (is functional enough and complete for a terminal).
- Alpha(Transparency)
- Boxdraw
- w3m
+- font2
and more...
<br>
<b>DON'T SKIP THE README, if you want to have a similar setup.<br><br></b>
M config.h => config.h +1 -1
@@ 6,7 6,7 @@
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "JetBrainsMono Nerd Font :pixelsize=15:antialias=true:autohint=true";
-static char *font2[] = { " JetBrainsMono Nerd Font Mono:pixelsize=15:antialias=true:autohint=true" };
+static char *font2[] = { "JetBrainsMono Nerd Font Mono:pixelsize=15:antialias=true:autohint=true" };
static int borderpx = 0;
/*