Skip to content

Commit

Permalink
[flawhud] Added verdana font option (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
CriticalFlaw committed Dec 2, 2023
1 parent 70e94dc commit f2e5775
Showing 1 changed file with 88 additions and 0 deletions.
88 changes: 88 additions & 0 deletions src/TF2HUD.Editor/JSON/flawhud.json
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,94 @@
}
}
},
{
"Name": "fh_chat_font",
"Label": "Default Chat Font",
"Type": "Checkbox",
"ToolTip": "Changes the in-game chat font back to Verdana",
"Value": "false",
"Restart": true,
"Files": {
"resource/chatscheme.res": {
"Scheme": {
"Fonts": {
"ChatFont": {
"1": {
"name": {
"true": "Verdana",
"false": "Verdana Bold"
},
"tall": {
"true": "12",
"false": "19"
},
"weight": {
"true": "700",
"false": "400"
}
},
"2": {
"name": {
"true": "Verdana",
"false": "Verdana Bold"
},
"tall": {
"true": "14",
"false": "19"
},
"weight": {
"true": "700",
"false": "400"
}
},
"3": {
"name": {
"true": "Verdana",
"false": "Verdana Bold"
},
"tall": {
"true": "15",
"false": "19"
},
"weight": {
"true": "700",
"false": "400"
}
},
"4": {
"name": {
"true": "Verdana",
"false": "Verdana Bold"
},
"tall": {
"true": "17",
"false": "19"
},
"weight": {
"true": "700",
"false": "400"
}
},
"5": {
"name": {
"true": "Verdana",
"false": "Verdana Bold"
},
"tall": {
"true": "22",
"false": "19"
},
"weight": {
"true": "700",
"false": "400"
}
}
}
}
}
}
}
},
{
"Name": "fh_val_damage_values",
"Label": "Damage Numbers",
Expand Down

0 comments on commit f2e5775

Please sign in to comment.