mirror of
https://github.com/tiyn/st
synced 2025-11-18 11:59:45 +01:00
merged font2 and added them
This commit is contained in:
11
config.def.h
11
config.def.h
@@ -10,8 +10,15 @@ static int borderpx = 2;
|
|||||||
|
|
||||||
/* Spare fonts */
|
/* Spare fonts */
|
||||||
static char *font2[] = {
|
static char *font2[] = {
|
||||||
/* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */
|
"JoyPixels:pixelsize=16:antialias=true:autohint=true",
|
||||||
/* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */
|
"Symbols Nerd Font Mono:pixelsize=16:antialias=true:autohint=true",
|
||||||
|
"Symbola:pixelsize=16:antialias=true:autohint=true",
|
||||||
|
"Noto Sans Symbols2:pixelsize=16:antialias=true:autohint=true",
|
||||||
|
"Font Awesome 6 Free:pixelsize=16:antialias=true:autohint=true",
|
||||||
|
"Source Han Mono:pixelsize=16:antialias=true:autohint=true",
|
||||||
|
"Source Han Serif JP:pixelsize=16:antialias=true:autohint=true",
|
||||||
|
"Source Han Mono K:pixelsize=16:antialias=true:autohint=true",
|
||||||
|
"Source Han Serif KR:pixelsize=16:antialias=true:autohint=true",
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user