Skip to content

Commit 6314d3a

Browse files
committed
fix Ubuntu Light font
1 parent a0ad334 commit 6314d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display sy
1212
static const int showsystray = 1; /* 0 means no systray */
1313
static const int showbar = 1; /* 0 means no bar */
1414
static const int topbar = 1; /* 0 means bottom bar */
15-
static const char *fonts[] = {"Ubuntu Light:size=12", "Cascadia Code:style=SemiLight:size=12"};
15+
static const char *fonts[] = {"Ubuntu:size=12:style=Light", "Cascadia Code:style=SemiLight:size=12"};
1616

1717
static int barheight;
1818
static char xresourcesfont[30];

0 commit comments

Comments
 (0)