In this case, you can use the Git Filter Branch with the option --tree-filter.
syntax git filter-branch --tree-filter <command> ...
git filter-branch --tree-filter 'rm -f Resources\Video\%font%.ttf' -- --all
Command Explanation:
<command>: Specify any shell command.
- -:
Git , ,
.
- :
.
. , .
, .