From 7dd414550e9af6675777f78870d091018ca1857f Mon Sep 17 00:00:00 2001 From: Ryan Kes <> Date: Mon, 30 Nov 2020 16:36:57 +0100 Subject: [PATCH] feat: use JetBrains instead of Hack for ligatures --- config.h | 2 +- config_desktop.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",