Increase default font size in player config

Updated the fontSize property from 12 to 14 in the player configuration to improve text readability.
This commit is contained in:
Yiannis Christodoulou 2025-10-16 13:42:04 +03:00
parent 211a442f29
commit 88d6ef3700

View File

@ -38,7 +38,7 @@ const PlayerConfig = {
height: 3,
// Font size in em units
fontSize: 12,
fontSize: 14,
mobileFontSize: 10,
},