font default to caskadia
This commit is contained in:
parent
b8131450b0
commit
d44ab2a9a2
1 changed files with 2 additions and 5 deletions
|
|
@ -5,13 +5,10 @@
|
|||
*
|
||||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||
*/
|
||||
static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
|
||||
static char *font = "Cascadia Code NF:regular:pixelsize=16:fontfeatures=calt,ss01:antialias=true:autohint=true";
|
||||
#if FONT2_PATCH
|
||||
/* Spare fonts */
|
||||
static char *font2[] = {
|
||||
/* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */
|
||||
/* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */
|
||||
};
|
||||
static char *font2[] = { "CaskaydiaCove Nerd Font:pixelsize=16:antialias=true:autohint=true" };
|
||||
#endif // FONT2_PATCH
|
||||
|
||||
#if BACKGROUND_IMAGE_PATCH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue