diff options
author | mhsn <mail@mhsn.net> | 2025-07-20 09:57:26 +0100 |
---|---|---|
committer | mhsn <mail@mhsn.net> | 2025-07-20 09:57:26 +0100 |
commit | e24dfcbb8a69462ecd6cc5e7074d3afd458808a5 (patch) | |
tree | 6609170c8b3898a3ed25b5b14d4a601dbe11afd1 /x11-terms/st/files/50_cozette-font.diff | |
parent | d85bf3344b4c7cfde883a617dc69d55197e449bd (diff) | |
download | adelie-e24dfcbb8a69462ecd6cc5e7074d3afd458808a5.tar.gz adelie-e24dfcbb8a69462ecd6cc5e7074d3afd458808a5.zip |
st: add fonts
Diffstat (limited to 'x11-terms/st/files/50_cozette-font.diff')
-rw-r--r-- | x11-terms/st/files/50_cozette-font.diff | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/x11-terms/st/files/50_cozette-font.diff b/x11-terms/st/files/50_cozette-font.diff index 84b8bd5..2d1badb 100644 --- a/x11-terms/st/files/50_cozette-font.diff +++ b/x11-terms/st/files/50_cozette-font.diff @@ -1,13 +1,15 @@ diff --git i/config.def.h w/config.def.h -index b832a90..75c9bb0 100644 +index 7ca1274..9929c4a 100644 --- i/config.def.h +++ w/config.def.h -@@ -5,7 +5,7 @@ - * +@@ -6,8 +6,8 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ --static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; -+static char *font = "Cozette:size=20:antialias=false:autohint=false"; + static char *fonts[] = { +- "Liberation Mono:pixelsize=12:antialias=true:autohint=true", +- "Gohu GohuFont:pixelsize=11:antialias=false:autohint=false", ++ "Cozette:size=20:antialias=false:autohint=false", ++ "IBM Plex Mono:pixelsize=20:antialias=true:autohint=false", + }; + static size_t currentfont = 0; - /* disable bold, italic and roman fonts globally */ - int disablebold = 0; |