mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Fix wrong font path
This commit is contained in:
@@ -43,7 +43,7 @@ public:
|
||||
node->content = xml_node.text().as_string();
|
||||
|
||||
TextStyle style{
|
||||
FontManager::GetFont("resources/Font/OpenSans-Regular.ttf"),
|
||||
FontManager::GetFont("resources/Fonts/OpenSans-Regular.ttf"),
|
||||
2.0,
|
||||
Color(255, 255, 255, 255)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user