diff --git a/ElvUI/Core/Fonts.lua b/ElvUI/Core/Fonts.lua index 942460f..ed7c341 100644 --- a/ElvUI/Core/Fonts.lua +++ b/ElvUI/Core/Fonts.lua @@ -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)