소스 검색

Reduce font size to 14

Frans Bergman 5 년 전
부모
커밋
83740cb8ac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config.h

+ 1 - 1
config.h

@@ -5,7 +5,7 @@
  *
  * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
  */
-static char *font = "Hack:style=Regular:pixelsize=16;1";
+static char *font = "Hack:style=Regular:pixelsize=14;1";
 static int borderpx = 16;
 
 /*