aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-03-02 17:22:49 +0100
committerlonkaars <loek@pipeframe.xyz>2024-03-02 17:22:49 +0100
commitee86819539e3ac6a9b1cc8efff7fa57506ba6b44 (patch)
treee5228b3a53af28d974e486a0a432739f00672aa6
parent217240664873a9a31d9058048b6840abb4681098 (diff)
use Hiragino W3 instead of W6 to display Japanese characters
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index ef9d06d..0973df0 100644
--- a/config.h
+++ b/config.h
@@ -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",
};