From 3de939e498fa7899fa6cb025ec62be778ad75fcd Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 22 Jun 2023 07:47:46 +0200 Subject: new font path for nerdfonts --- config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.h b/config.h index 03e1e83..97a5054 100644 --- a/config.h +++ b/config.h @@ -10,10 +10,10 @@ */ static FontPath fonts[] = { { - "/usr/share/fonts/TTF/Sauce Code Pro Nerd Font Complete Mono.ttf", /* Normal */ - "/usr/share/fonts/TTF/Sauce Code Pro Italic Nerd Font Complete Mono.ttf", /* Italic */ - "/usr/share/fonts/TTF/Sauce Code Pro Nerd Font Complete Mono.ttf", /* Bold */ - "/usr/share/fonts/TTF/Sauce Code Pro Italic Nerd Font Complete Mono.ttf", /* Bold-Italic */ + "/usr/share/fonts/TTF/SauceCodeProNerdFont-Regular.ttf", /* Normal */ + "/usr/share/fonts/TTF/SauceCodeProNerdFont-Italic.ttf", /* Italic */ + "/usr/share/fonts/TTF/SauceCodeProNerdFont-Regular.ttf", /* Bold */ + "/usr/share/fonts/TTF/SauceCodeProNerdFont-Italic.ttf", /* Bold-Italic */ }, { "/usr/share/fonts/gnu-free/FreeMono.otf", /* Normal */ -- cgit v1.2.3-70-g09d2