From 9ee1d718fbfcfe189ff71cb80e276d53ec215204 Mon Sep 17 00:00:00 2001 From: wbmins Date: Sun, 20 Dec 2020 20:08:43 +0800 Subject: [PATCH] add font style --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 3c25971..9e73b68 100644 --- a/config.h +++ b/config.h @@ -6,7 +6,7 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char *font = "Fira Code:style=Bold:pixelsize=30:antialias=true:autohint=true"; -static char *font2[] = { "思源黑体 CN HEAVY:STYLE=Heavy:pixelsize=28:antialias=true:autohint=true" }; +static char *font2[] = { "思源黑体 CN HEAVY:style=Heavy:pixelsize=28:antialias=true:autohint=true" }; static int borderpx = 2; /*