mirror of
https://github.com/LukeSmithxyz/st.git
synced 2025-04-03 02:11:09 +02:00
Fix JetBrainsMono font name
This commit is contained in:
parent
a4ee85491d
commit
e6ea2bf6da
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -5,7 +5,7 @@
|
|||
*
|
||||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||
*/
|
||||
static char *font = "JetbrainsMono:pixelsize=14:antialias=true:autohint=true";
|
||||
static char *font = "JetBrainsMono:pixelsize=14:antialias=true:autohint=true";
|
||||
static char *font2[] = { "NotoColorEmoji:pixelsize=12:antialias=true:autohint=true" };
|
||||
static int borderpx = 2;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue