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/mainmenuoverride-base.res | |
| parent | 33cd7777d61950151adde3fde787d7e84709717b (diff) | |
Corrected redundant font use
Diffstat (limited to 'resource/ui/mainmenuoverride-base.res')
| -rw-r--r-- | resource/ui/mainmenuoverride-base.res | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resource/ui/mainmenuoverride-base.res b/resource/ui/mainmenuoverride-base.res index 053793e..0dc49de 100644 --- a/resource/ui/mainmenuoverride-base.res +++ b/resource/ui/mainmenuoverride-base.res @@ -318,7 +318,7 @@ "textinsetx" "40" "textinsety" "10" - "font" "HudFontSmallestBold" + "font" "HudFontSmallest" "fgcolor_override" "TanLight" "labelText" "#TF_MM_NoGC_Rank" "textAlignment" "north-west" @@ -508,7 +508,7 @@ { "ControlName" "CExLabel" "fieldName" "Notifications_TitleLabel" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "%notititle%" "textAlignment" "north-west" "xpos" "12" @@ -576,7 +576,7 @@ { "ControlName" "CExLabel" "fieldName" "TitleLabel" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "#TF_Competitive_Friends" "textAlignment" "center" "xpos" "0" |
