fonts/smithyxt.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/smithyxt.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]	@font-face {
[3]	    font-family: 'SmithyXTFaded';
[4]	    src: url('smithyxt-faded-v2-webfont.eot');
[5]	    src: url('smithyxt-faded-v2-webfont.eot?#iefix')
	format('embedded-opentype'),
[6]	         url('smithyxt-faded-v2-webfont.woff') format('woff'),
[7]	         url('smithyxt-faded-v2-webfont.ttf') format('truetype'),
[8]	         url('smithyxt-faded-v2-webfont.svg#smithyxt-fadedregular')
	format('svg');
[9]	    font-weight: normal;
[10]	    font-style: normal;
[11]	
[12]	}
[13]	
[14]	@font-face {
[15]	    font-family: 'SmithyXTHeavy';
[16]	    src: url('smithyxt-heavy-v2-webfont.eot');
[17]	    src: url('smithyxt-heavy-v2-webfont.eot?#iefix')
	format('embedded-opentype'),
[18]	         url('smithyxt-heavy-v2-webfont.woff') format('woff'),
[19]	         url('smithyxt-heavy-v2-webfont.ttf') format('truetype'),
[20]	         url('smithyxt-heavy-v2-webfont.svg#smithyxt-heavyregular')
	format('svg');
[21]	    font-weight: normal;
[22]	    font-style: normal;
[23]	
[24]	}
[25]	
[26]	@font-face {
[27]	    font-family: 'SmithyXTRegular';
[28]	    src: url('smithyxt-regular-v2-webfont.eot');
[29]	    src: url('smithyxt-regular-v2-webfont.eot?#iefix')
	format('embedded-opentype'),
[30]	         url('smithyxt-regular-v2-webfont.woff') format('woff'),
[31]	         url('smithyxt-regular-v2-webfont.ttf') format('truetype'),
[32]	         url('smithyxt-regular-v2-webfont.svg#smithyxt-regularregular')
	format('svg');
[33]	    font-weight: normal;
[34]	    font-style: normal;
[35]	
[36]	}
[37]	
[38]	@font-face {
[39]	    font-family: 'SmithyXTVeryHeavy';
[40]	    src: url('smithyxt-veryheavy-v2-webfont.eot');
[41]	    src: url('smithyxt-veryheavy-v2-webfont.eot?#iefix')
	format('embedded-opentype'),
[42]	         url('smithyxt-veryheavy-v2-webfont.woff') format('woff'),
[43]	         url('smithyxt-veryheavy-v2-webfont.ttf') format('truetype'),
[44]	         url('smithyxt-veryheavy-v2-webfont.svg#smithyxy-veryheavyregular')
	format('svg');
[45]	    font-weight: normal;
[46]	    font-style: normal;
[47]	
[48]	}