From 58d92df8fefa805526d10306e1d8656e0f1223cc Mon Sep 17 00:00:00 2001 From: getchoo Date: Tue, 14 Sep 2021 12:56:49 -0400 Subject: fix medic hud --- resource/scheme/clientscheme_fonts.res | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'resource/scheme/clientscheme_fonts.res') diff --git a/resource/scheme/clientscheme_fonts.res b/resource/scheme/clientscheme_fonts.res index afa280b..76071e8 100644 --- a/resource/scheme/clientscheme_fonts.res +++ b/resource/scheme/clientscheme_fonts.res @@ -124,6 +124,26 @@ Scheme "antialias" "1" } } + "BebasNeueBold56" + { + "1" + { + "name" "BebasNeueBold" + "tall" "56" + "additive" "0" + "antialias" "1" + } + } + "BebasNeueBold32" + { + "1" + { + "name" "BebasNeueBold" + "tall" "32" + "additive" "0" + "antialias" "1" + } + } "BebasNeue20" { "1" @@ -580,6 +600,18 @@ Scheme "antialias" "1" } } + "HudFontMediumShadow" + { + "1" + { + "name" "BebasNeueBold" + "tall" "24" + "weight" "500" + "additive" "0" + "antialias" "1" + "dropshadow" "1" + } + } "HudFontMediumSecondary" { "1" -- cgit v1.2.3