Skip to content

Commit

Permalink
Set notify label to monospace
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrober committed Nov 27, 2022
1 parent 488edbf commit b32ac46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/fonts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ void configure_fonts()
<< QStringLiteral("Linux Biolinum");

configure_font(fonts::default_font, sl, QFont::SansSerif, default_size);

configure_font(fonts::notify_label, sl, QFont::SansSerif, default_size);
configure_font(fonts::city_names, sl, QFont::SansSerif, default_size,
true);
configure_font(fonts::city_productions, sl, QFont::SansSerif,
Expand All @@ -188,6 +186,7 @@ void configure_fonts()
<< QStringLiteral("Linux Libertine Mono O")
<< QStringLiteral("Linux Libertine Mono");

configure_font(fonts::notify_label, sl, QFont::Monospace, default_size);
configure_font(fonts::help_label, sl, QFont::Monospace, default_size);
configure_font(fonts::help_text, sl, QFont::Monospace, default_size);
configure_font(fonts::chatline, sl, QFont::Monospace, default_size);
Expand Down

0 comments on commit b32ac46

Please sign in to comment.