changed font
This commit is contained in:
parent
2973575c33
commit
7cb1597080
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -6,7 +6,7 @@
|
||||||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||||
*/
|
*/
|
||||||
static char *font = "Roboto Mono:size=11:antialias=true:autohint=false:hinting=false:dpi=96";
|
static char *font = "Roboto Mono:size=11:antialias=true:autohint=false:hinting=false:dpi=96";
|
||||||
static char *font2[] = { "Noto Color Emoji:size=11" };
|
static char *font2[] = { "Joypixels:size=5" };
|
||||||
static int borderpx = 10;
|
static int borderpx = 10;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue