diff --git a/src/system/graphic/VideoManager.cpp b/src/system/graphic/VideoManager.cpp index cd63b731..1d4a87a4 100644 --- a/src/system/graphic/VideoManager.cpp +++ b/src/system/graphic/VideoManager.cpp @@ -118,7 +118,7 @@ void VideoManager::setMode(VideoMode mode, Camera* cam) { boost::filesystem::path fontPath = m_fileUtility->getFullPath( FileUtility::common, "fonts/xolonium/Xolonium-Regular.ttf"); - RegularText = new TextManager(fontPath, 46 * WK); + RegularText = new TextManager(fontPath, 35 * WK); SmallText = new TextManager(fontPath, 30 * WK); }