Skip to content

Commit f1fdc37

Browse files
Fix Fonts
Signed-off-by: The-Repo-Club <[email protected]>
1 parent 47d0226 commit f1fdc37

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

config.def.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,8 @@ static const int colorfultag = 1; /* 0 means use Schem
3131

3232
static const char *fonts[] = {
3333
"Source Code Pro:size=10",
34-
"FiraCode Nerd Font:size=12",
35-
"remixicon:size=12",
34+
"Hack Nerd Font:size=12",
3635
"Siji:size=12",
37-
"MaterialIcons:size=10",
38-
"SourceCodePro Nerd Font:size=10",
3936
};
4037

4138
// theme

0 commit comments

Comments
 (0)