diff options
| author | CriticalFlaw <[email protected]> | 2021-07-01 11:25:57 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2021-07-01 11:25:57 -0400 |
| commit | 74d7e98a6b1f2445c6391e26e846da57c4d7240b (patch) | |
| tree | 77771d0fbc9c45de2f956996d3fe999ccf4e15a4 /resource/ui/pvprankpanel.res | |
| parent | 33cd7777d61950151adde3fde787d7e84709717b (diff) | |
Corrected redundant font use
Diffstat (limited to 'resource/ui/pvprankpanel.res')
| -rw-r--r-- | resource/ui/pvprankpanel.res | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resource/ui/pvprankpanel.res b/resource/ui/pvprankpanel.res index 26c72f2..52517db 100644 --- a/resource/ui/pvprankpanel.res +++ b/resource/ui/pvprankpanel.res @@ -235,7 +235,7 @@ "tall" "20" "visible" "1" "enabled" "1" - "font" "HudFontSmallestBold" + "font" "HudFontSmallest" "fgcolor_override" "TanLight" "textAlignment" "center" "labelText" "%desc1%" @@ -259,7 +259,7 @@ "tall" "20" "visible" "1" "enabled" "1" - "font" "HudFontSmallestBold" + "font" "HudFontSmallest" "fgcolor_override" "White" "textAlignment" "center" "labelText" "%desc2%" @@ -273,7 +273,7 @@ "fonts" { - "0" "HudFontSmallestBold" + "0" "HudFontSmallest" "1" "StorePromotionsTitle" "2" "FontStorePrice" } |
