increase font size

This commit is contained in:
2025-10-23 19:27:27 +02:00
parent 231b33b8e4
commit 12cca33467
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -7,6 +7,11 @@ Requirements
------------ ------------
In order to build st you need the Xlib header files. In order to build st you need the Xlib header files.
```debian
sudo apt update
sudo apt install libx11-dev libxft-dev libxinerama-dev
```
Installation Installation
------------ ------------
+1 -1
View File
@@ -5,7 +5,7 @@
* *
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/ */
static char *font = "Comic Code:pixelsize=12:antialias=true:autohint=true"; static char *font = "Comic Code:pixelsize=16:antialias=true:autohint=true";
static int borderpx = 2; static int borderpx = 2;
/* /*