Small fix

This commit is contained in:
fed 2023-03-03 19:16:42 +01:00
parent 5539ca6573
commit be64210566

View File

@ -137,23 +137,23 @@ if not (config.get("disable_custom_fonts")) then
end end
CoD.TextSettings.SP_HudAmmoStatusText = { CoD.TextSettings.SP_HudAmmoStatusText = {
Font = RegisterFont("fonts/mix_gothic.ttf", 16), Font = RegisterFont("fonts/bank.ttf", 16),
Height = 16 Height = 16
} }
CoD.TextSettings.SP_HudAmmoCounterFont = { CoD.TextSettings.SP_HudAmmoCounterFont = {
Font = RegisterFont("fonts/mix_gothic.ttf", 34), Font = RegisterFont("fonts/bank.ttf", 34),
Height = 34 Height = 34
} }
CoD.TextSettings.HudAmmoCounterFont = { CoD.TextSettings.HudAmmoCounterFont = {
Font = RegisterFont("fonts/mix_gothic.ttf", 105), Font = RegisterFont("fonts/bank.ttf", 105),
Height = 64 Height = 64
} }
-- forced gothic font for headers (arabic/slavic) -- forced gothic font for headers (arabic/slavic)
if language.isslavic() or language.isarabic() then if language.isslavic() or language.isarabic() then
CoD.TextSettings.H2TitleFont = { CoD.TextSettings.H2TitleFont = {
Font = RegisterFont("fonts/mix_gothic.ttf", 56), Font = RegisterFont("fonts/bank.ttf", 56),
Height = scale(56) Height = scale(56)
} }
end end