fonts/brawler.css

Look for the the font-family names below. These names are case sensitive. Add the following line at the beginning of your stylesheet:
@import url(fonts/brawler.css);

NOTE: Add a slash in front of fonts/ if you are not using local fonts. After importing this style sheet into your CSS, you may use that font-family name in one or more of your own CSS rules.
[0]	/* Generated by Font Squirrel (http://www.fontsquirrel.com)
[1]	
[2]	
[3]	
[4]	@font-face {
[5]	    font-family: 'BrawlerRegular';
[6]	    src: url('Brawler-webfont.eot');
[7]	    src: url('Brawler-webfont.eot?#iefix') format('embedded-opentype'),
[8]	         url('Brawler-webfont.woff') format('woff'),
[9]	         url('Brawler-webfont.ttf') format('truetype'),
[10]	         url('Brawler-webfont.svg#BrawlerRegular') format('svg');
[11]	    font-weight: normal;
[12]	    font-style: normal;
[13]	
[14]	}
[15]