From 40f2d51f76cc589a6d07253455604275917a5ff1 Mon Sep 17 00:00:00 2001 From: hi80482 <66435094+hi80482@users.noreply.github.com> Date: Fri, 3 Jul 2020 17:42:35 +0800 Subject: [PATCH] Update text_bulletinboard.py (Sync Ver.200626) --- sys.py/UI/text_bulletinboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys.py/UI/text_bulletinboard.py b/sys.py/UI/text_bulletinboard.py index 52f9c86..2df2085 100644 --- a/sys.py/UI/text_bulletinboard.py +++ b/sys.py/UI/text_bulletinboard.py @@ -14,7 +14,7 @@ from textarea import Textarea class Word: _T = "" _Color = MySkinManager.GiveColor('Text') ## default text color - _FontObj = MyLangManager.TrFont("varela12") ##default font + _FontObj = MyLangManager.TrFont("Eurostile12") ##default font _Size = 12 _Bold = False _UndLine = False