hi_How can I change EVERY font? I'm not sure how to change the chat box, scoreboard, class selection, etc.
Clientscheme.res, all references to fonts like TF2, TF2 Secondary and such can be replaced with the name of the font your HUD uses. So you could change something like
"HudFontSmallestShadow"
{
"1"
{
"name" "TF2 Secondary"
"tall" "11"
"weight" "500"
"additive" "0"
"antialias" "1"
"dropshadow" "1"
}
}
to have the "name" as "surface" if you were trying to put the m0rehud font in to your own hud. The new name that you put in obviously depends on the font you want to put into your hud.