mirror of
https://github.com/alrayyes/st.git
synced 2024-11-24 11:56:22 +00:00
feat: use JetBrains instead of Hack for ligatures
This commit is contained in:
parent
469556ba48
commit
7dd414550e
2 changed files with 2 additions and 2 deletions
2
config.h
2
config.h
|
@ -6,7 +6,7 @@
|
|||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||
*/
|
||||
static char *font =
|
||||
"Hack Nerd Font Mono:pixelsize=18:antialias=true:autohint=true";
|
||||
"JetBrains Mono:pixelsize=18:antialias=true:autohint=true";
|
||||
|
||||
static char *font2[] = {
|
||||
"JoyPixels:pixelsize=18:antialias=true:autohint=true",
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||
*/
|
||||
static char *font =
|
||||
"Hack Nerd Font Mono:pixelsize=14:antialias=true:autohint=true";
|
||||
"JetBrains Mono:pixelsize=14:antialias=true:autohint=true";
|
||||
|
||||
static char *font2[] = {
|
||||
"JoyPixels:pixelsize=14:antialias=true:autohint=true",
|
||||
|
|
Loading…
Reference in a new issue