mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-04 21:19:43 +00:00
Use book font by default in the text formatter
This commit is contained in:
parent
dda02bd696
commit
6d0e6ab012
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ namespace MWGui
|
|||
{
|
||||
TextStyle() :
|
||||
mColour(0,0,0)
|
||||
, mFont("")
|
||||
, mFont("Journalbook Magic Cards")
|
||||
, mTextSize(16)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue