From 3b6b93bdcd9bef8c179976c812c87884b8acfac7 Mon Sep 17 00:00:00 2001 From: "Toerd@archlinux" Date: Fri, 14 Feb 2020 18:29:50 +0100 Subject: [PATCH] Added new fonts --- pack.csv | 11 +++++++---- packages/st/config.h | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/pack.csv b/pack.csv index 3c36dba..27e412e 100644 --- a/pack.csv +++ b/pack.csv @@ -31,12 +31,15 @@ A,P,at,used to run the set button script after udev trigger A,P,reflector,A script to retrieve and filter the latest Pacman mirror list. # Fonts -# A,A,nerd-fonts-hack,Systemfont +A,A,ttf-iosevka,Systemfont +A,A,ttf-iosevka-term,Systemfont Terminal +A,P,ttf-nerd-fonts-symbols,Unicode Glyphs # A,P,ttf-hack,Systemfont fallback # INSTALL FROM NAS (INPUT MONO NERD) -A,A,ttf-font-awesome-4,Glyphs fallback -A,A,ttf-unifont,more font support -A,P,noto-fonts,more glyphs +# A,A,ttf-font-awesome-4,Glyphs fallback +# A,P,bdf-unifont,more font support +# A,P,noto-fonts,more glyphs + A,A,ttf-windows,windows fonts A,A,ttf-ms-fonts,more windows fonts diff --git a/packages/st/config.h b/packages/st/config.h index 4945c9c..a3b65e7 100644 --- a/packages/st/config.h +++ b/packages/st/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "InputMono Nerd Font:pixelsize=20:antialias=true:autohint=true"; +static char *font = "Iosevka:pixelsize=20:antialias=true:autohint=true"; static int borderpx = 2; /*