aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h8
1 files 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 */