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