From 00189e89e1092cbf9a6f452de0ae1283473e0639 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Wed, 7 Sep 2022 00:50:25 -0500 Subject: Change st CJK to sans --- st/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'st') 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", -- cgit v1.2.3