diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-06-22 07:47:46 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-06-22 07:47:46 +0200 |
| commit | 3de939e498fa7899fa6cb025ec62be778ad75fcd (patch) | |
| tree | b7c6602bc4724e43b504f316101a84d57895ea23 | |
| parent | aaf165bcbaf86948780c61cd9b877d6b0cf414f1 (diff) | |
new font path for nerdfonts
| -rw-r--r-- | config.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 */ |