add font style

This commit is contained in:
wbmins 2020-12-20 20:08:43 +08:00
parent 748d8c6792
commit 9ee1d718fb

View file

@ -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;
/*