diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-09 03:51:12 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-09 03:51:12 +0900 |
| commit | 452d546246849a612f410816b2fca59472ed674b (patch) | |
| tree | 1eca40a4890548f94b4b140584d35c1ecd9e0cb5 /st/config.h | |
| parent | f0d20488d702adfd2ed1222e6aceaebd6ba8bef5 (diff) | |
modified st/config.h
Diffstat (limited to 'st/config.h')
| -rw-r--r-- | st/config.h | 3 |
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" }; |
