@FONT[n] : Returns console font information. n is the type of information requested:
0 - font name (Windows usually returns an empty string unless you've previously set the font)
1 - font width
2 - font height
3 - font weight
4 - font family
5 - font index in console font table
Examples:
echo %@font[0]
Consolas
echo %@font[1]
6
echo %@font[2]
12
echo %@font[3]
700
echo %@font[4]
54
echo %@font[5]
6