This is where you place your own custom font files that you want to use in your mod. Don't forget to add the font to fonts.txt. Use the formating below.

[EXAMPLE]				<- Font name
FONT FILE="EXAMPLE.ttf"			<- Font file (Include the extension)
FONT SIZE="20.000000"			<- Font size
BOLD FONT="0.000000"			<- Is bold font (0 for no, other for yes)
ITALIC FONT="0.000000"			<- Is bold font (0 for no, other for yes)
FIRST FONT CHARACTER="32.000000"	<- First font character (not recommended to change)
LAST FONT CHARACTER="128.000000"	<- Last font character (not recommended to change)
FONT AA="0.000000"			<- AA for the system font (0 for no, other for yes)
FONT X SCALE="1.000000"			<- Font X scale multiplier
FONT X SCALE="1.000000"			<- Font Y scale multiplier
FONT COLOUR="white"			<- Font colour
[EXAMPLE2]
FONT FILE="EXAMPLE2.ttf"
FONT SIZE="30.000000"
BOLD FONT="0.000000"
ITALIC FONT="0.000000"
FIRST FONT CHARACTER="32.000000"
LAST FONT CHARACTER="128.000000"
FONT AA="1.000000"
FONT X SCALE="2.000000"
FONT X SCALE="2.000000"
FONT COLOUR="red"
.
.
.