You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2026. It is now read-only.
The fonts useed for "Detail frame Info"(GameFontHighlightSmall) and "Detail frame Scroll list" (DetailFontWhite -> GameFontNormalSmall) seems a bit large, not the one used in blizzard reputation detail info panel(screen shot green area, maybe ReputationDetailFont?). Screenshots below:
Region: zhCN; Flavor: Retail 12.0; Addon Version: 1.5.5
The fonts useed for "Detail frame Info"(GameFontHighlightSmall) and "Detail frame Scroll list" (DetailFontWhite -> GameFontNormalSmall) seems a bit large, not the one used in blizzard reputation detail info panel(screen shot green area, maybe ReputationDetailFont?). Screenshots below:
Did some research,
GameFontHighlightSmall inherits from GameFontNormalSmall -> SystemFont_Shadow_Small (enUS size: 10; zhCN size: 15)
GameFontNormalSmall -> SystemFont_Shadow_Small (enUS size: 10; zhCN size: 15)
ReputationDetailFont (enUS size: 10; zhCN size: 12)
source:
GameFontHighlightSmall: https://www.townlong-yak.com/framexml/live/Blizzard_Fonts_Shared/Shared/FontStyles.xml#92
GameFontNormalSmall: https://www.townlong-yak.com/framexml/live/Blizzard_Fonts_Shared/Shared/FontStyles.xml#56
SystemFont_Shadow_Small: https://www.townlong-yak.com/framexml/live/Blizzard_Fonts_Shared/SharedFonts.xml#40
ReputationDetailFont: https://www.townlong-yak.com/framexml/live/Blizzard_Fonts_Shared/Mainline/Fonts.xml#1499
After trying to change the fonts to ReputationDetailFont, Screenshots below:

Only tested in Retail.