summaryrefslogtreecommitdiff
path: root/st
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-10-08 14:02:41 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-10-08 14:02:41 +0900
commit7bd45d71c458f099d7a0e320e2d33924e77aea7a (patch)
tree984d896d6e7ad9377e4bce4f96e53e3d07045901 /st
parentd7f5a7ac89425286a6d4e4847128f3f6b6424aff (diff)
Init
Diffstat (limited to 'st')
-rw-r--r--st/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/st/config.h b/st/config.h
index 8b1108a..d9e7a2e 100644
--- a/st/config.h
+++ b/st/config.h
@@ -6,9 +6,9 @@
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *fonts[] = {
- "mono:pixelsize=16:antialias=true:autohint=true",
- "FiraCode Nerd Font Mono:pixelsize=16:antialias=ture:autohint=true",
- "Hack Nerd Font Mono:pixelsize=16:antialias=ture:autohint=true",
+ "mono:pixelsize=18:antialias=true:autohint=true",
+ "FiraCode Nerd Font Mono:pixelsize=18:antialias=ture:autohint=true",
+ "Hack Nerd Font Mono:pixelsize=18:antialias=ture:autohint=true",
};
static size_t currentfont = 0;
static char *font2[] = { "NotoColorEmoji:pixelsize=8:antialias=true:autohint=true" };