diff options
| author | Mitsuo Tokumori <[email protected]> | 2022-09-07 00:50:25 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <[email protected]> | 2022-09-07 00:50:25 -0500 |
| commit | 00189e89e1092cbf9a6f452de0ae1283473e0639 (patch) | |
| tree | df320e583b10300711a5b3d4e2b5e0d0443479f3 /st | |
| parent | 637de36e40185e67c51d2d85b6d61fafb3835248 (diff) | |
| download | dotfiles-00189e89e1092cbf9a6f452de0ae1283473e0639.tar.gz dotfiles-00189e89e1092cbf9a6f452de0ae1283473e0639.tar.bz2 dotfiles-00189e89e1092cbf9a6f452de0ae1283473e0639.zip | |
Change st CJK to sans
Diffstat (limited to 'st')
| -rw-r--r-- | st/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/st/config.h b/st/config.h index 31aebe6..fb490d9 100644 --- a/st/config.h +++ b/st/config.h @@ -16,8 +16,8 @@ static char *font2[] = { * patch named "libxft-gra" that solves this issue. It's documented on * the st article on the ArchLinux Wiki */ //"PowerlineSymbols:pixelsize=15:antialias=true:autohint=true", - //"Source Han Sans JP:pixelsize=12:antialias=true:autohint=true", - "Source Han Serif JP:pixelsize=12:antialias=true:autohint=true", + "Source Han Sans JP:pixelsize=12:antialias=true:autohint=true", + //"Source Han Serif JP:pixelsize=12:antialias=true:autohint=true", "Noto Color Emoji:pixelsize=10:antialias=true:autohint=true", /* Fallback font */ "Symbola:pixelsize=10:antialias=true:autohint=true", |
