Fix font inconsistency with GameFontHighlightMedium vs GameFontNormalMed3
This commit is contained in:
parent
e5f9856e63
commit
ff27180511
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue