ST font settings

This commit is contained in:
2024-06-02 22:56:53 +01:00
parent 2d13a0ef2c
commit a29b0fa53b
3 changed files with 5 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
static char *font = "JetBrainsMono NF:pixelsize=24:antialias=true:autohint=true";
static int borderpx = 2;
/*

View File

@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
static char *font = "JetBrainsMono NF:pixelsize=24:antialias=true:autohint=true";
static int borderpx = 2;
/*