@font-face
{
    font-family: 'SinglePoint';
	src: url('fonts/SinglePoint.woff2') format('woff2'),
		 url('fonts/SinglePoint.woff') format('woff');
}

@font-face
{
    font-family: 'UnitFont';
	src: url('fonts/UnitFont.woff2') format('woff2'),
		 url('fonts/UnitFont.woff') format('woff');
}

@font-face
{
    font-family: 'TacticalGraphics';
	src: url('fonts/TacticalGraphics.woff2') format('woff2'),
	     url('fonts/TacticalGraphics.woff') format('woff');
}

body 
{
    font-family: Arial, sans-serif, UnitFont, SinglePoint, TacticalGraphics;
}
