diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-03-02 17:22:49 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-03-02 17:22:49 +0100 |
commit | ee86819539e3ac6a9b1cc8efff7fa57506ba6b44 (patch) | |
tree | e5228b3a53af28d974e486a0a432739f00672aa6 | |
parent | 217240664873a9a31d9058048b6840abb4681098 (diff) |
use Hiragino W3 instead of W6 to display Japanese characters
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ static char *font = ""; /* Spare fonts */ static char *font2[] = { "Material Design Icons:size=12", - "Hiragino Kaku Gothic ProN W6:pixelsize=12:size=0", + "Hiragino Kaku Gothic ProN W3:pixelsize=12:size=0", "Noto Sans KR:pixelsize=12:size=0", "Noto Color Emoji:pixelsize=11", }; |