diff options
| author | getchoo <[email protected]> | 2021-09-14 12:56:49 -0400 |
|---|---|---|
| committer | getchoo <[email protected]> | 2021-09-14 13:30:05 -0400 |
| commit | 58d92df8fefa805526d10306e1d8656e0f1223cc (patch) | |
| tree | 8c26ff73d9818bad3ee875706fa6cf1a16a9eb2e /resource/scheme | |
| parent | 8f20bd305da53eab11501e2809eaf039dce23780 (diff) | |
Diffstat (limited to 'resource/scheme')
| -rw-r--r-- | resource/scheme/clientscheme_fonts.res | 32 |
1 files changed, 32 insertions, 0 deletions
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" |
