mirror of
https://github.com/LukeSmithxyz/st.git
synced 2024-11-22 07:15:59 +01:00
mono default font, 14pt
This commit is contained in:
parent
c50850028b
commit
74e54e0ccc
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
*
|
||||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||
*/
|
||||
static char font[] = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
|
||||
static char font[] = "mono:pixelsize=14:antialias=true:autohint=true";
|
||||
static int borderpx = 2;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue