fonts/copystruct.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/copystruct.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: 'CopystructNormal';
[6]	    src: url('COPYN___-webfont.eot');
[7]	    src: url('COPYN___-webfont.eot?#iefix') format('embedded-opentype'),
[8]	         url('COPYN___-webfont.woff') format('woff'),
[9]	         url('COPYN___-webfont.ttf') format('truetype'),
[10]	         url('COPYN___-webfont.svg#CopystructNormal') format('svg');
[11]	    font-weight: normal;
[12]	    font-style: normal;
[13]	
[14]	}
[15]	
[16]	@font-face {
[17]	    font-family: 'CopystructBold';
[18]	    src: url('COPYB___-webfont.eot');
[19]	    src: url('COPYB___-webfont.eot?#iefix') format('embedded-opentype'),
[20]	         url('COPYB___-webfont.woff') format('woff'),
[21]	         url('COPYB___-webfont.ttf') format('truetype'),
[22]	         url('COPYB___-webfont.svg#CopystructBold') format('svg');
[23]	    font-weight: normal;
[24]	    font-style: normal;
[25]	
[26]	}
[27]