diff --git a/config.h b/config.h index 71f5b38..c267928 100644 --- a/config.h +++ b/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", diff --git a/config_desktop.h b/config_desktop.h index 3398bcc..9b25dea 100644 --- a/config_desktop.h +++ b/config_desktop.h @@ -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",