Fix font inconsistency with GameFontHighlightMedium vs GameFontNormalMed3

This commit is contained in:
Andrew6810 2022-11-06 10:40:24 -07:00
parent e5f9856e63
commit ff27180511

View file

@ -64,6 +64,7 @@ function E:UpdateBlizzardFonts()
SetFont(QuestTitleFontBlackShadow, NORMAL, self.db.general.fontSize + 8)
SetFont(SystemFont_Large, NORMAL, 15)
SetFont(GameFontNormalMed3, NORMAL, 15)
SetFont(GameFontHighlightMedium, NORMAL, 15)
SetFont(SystemFont_Shadow_Huge1, NORMAL, 20, MONOCHROME.."OUTLINE")
SetFont(SystemFont_Med1, NORMAL, self.db.general.fontSize)
SetFont(SystemFont_Med3, NORMAL, self.db.general.fontSize)