summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-10-09 19:06:06 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-10-09 19:06:06 +0900
commitc03a1a680b86c43e2bf29df97de9825ab5c20caa (patch)
treeffa9b347e69969515732f4bc5268b50b34c5d51c
parent7bd45d71c458f099d7a0e320e2d33924e77aea7a (diff)
Init
-rw-r--r--st/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/st/config.h b/st/config.h
index d9e7a2e..bf7e0c0 100644
--- a/st/config.h
+++ b/st/config.h
@@ -6,7 +6,9 @@
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *fonts[] = {
- "mono:pixelsize=18:antialias=true:autohint=true",
+ "monospace:pixelsize=18:antialias=true:autohint=true",
+ "DejaVu Sans Mono:pixelsize=18:antialias=ture:autohint=true",
+ "Droid Sans Mono:pixelsize=18:antialias=ture:autohint=true",
"FiraCode Nerd Font Mono:pixelsize=18:antialias=ture:autohint=true",
"Hack Nerd Font Mono:pixelsize=18:antialias=ture:autohint=true",
};