summaryrefslogtreecommitdiff
path: root/st
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-09 03:51:12 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-09 03:51:12 +0900
commit452d546246849a612f410816b2fca59472ed674b (patch)
tree1eca40a4890548f94b4b140584d35c1ecd9e0cb5 /st
parentf0d20488d702adfd2ed1222e6aceaebd6ba8bef5 (diff)
modified st/config.h
Diffstat (limited to 'st')
-rw-r--r--st/config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/st/config.h b/st/config.h
index 3879192..504dfd2 100644
--- a/st/config.h
+++ b/st/config.h
@@ -8,9 +8,6 @@
static char *fonts[] = {
"monospace:pixelsize=18:antialias=true:autohint=true",
"nerdmono:pixelsize=18:antialias=true:autohint=true",
- "sans:pixelsize=18:antialias=true:autohint=true",
- "serif:pixelsize=18:antialias=true:autohint=true",
- "sans-serif:pixelsize=18:antialias=true:autohint=true",
};
static size_t currentfont = 0;
static char *font2[] = { "NotoColorEmoji:pixelsize=14:antialias=true:autohint=true" };