aboutsummaryrefslogtreecommitdiff
path: root/src/UsersSidePanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/UsersSidePanel.cpp')
-rw-r--r--src/UsersSidePanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UsersSidePanel.cpp b/src/UsersSidePanel.cpp
index c05a54f..dcfd1dd 100644
--- a/src/UsersSidePanel.cpp
+++ b/src/UsersSidePanel.cpp
@@ -80,7 +80,7 @@ namespace dchat
Channel *currentChannel = Channel::getCurrent();
if(!currentChannel) return;
- const sf::Font *font = ResourceCache::getFont("fonts/Roboto-Regular.ttf");
+ const sf::Font *font = ResourceCache::getFont("fonts/Nunito-Regular.ttf");
sf::Vector2f position(rect.getPosition().x + 10.0f, posY);
const float textHeight = font->getLineSpacing(FONT_SIZE * Settings::getScaling());