fonts/theonlyexception.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/theonlyexception.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]	/*

[1]	 * Web Fonts from fontspring.com
[2]	 *
[3]	 * All OpenType features and all extended glyphs have been removed.
[4]	 * Fully installable fonts can be purchased at http://www.fontspring.com
[5]	 *
[6]	 * The fonts included in this stylesheet are subject to the End User 
[7]	 * License you purchased from Fontspring. The fonts are protected 
[8]	 * under domestic and international trademark and copyright law. You
[9]	 * are prohibited from modifying, reverse engineering, duplicating, or
[10]	 * distributing this font software.  (c) 2010-2012 Fontspring
[11]	 *
[12]	 * The fonts included are copyrighted by the vendor listed below.
[13]	 *
[14]	 * Vendor:      Kimberly Geswein
[15]	 * License URL: http://www.fontspring.com/fflicense/kimberly-geswein
[16]	 */
[17]	
[18]	@font-face {
[19]	    font-family: 'TheOnlyExceptionRegular';
[20]	    src: url('TheOnlyException-webfont.eot');
[21]	    src: url('TheOnlyException-webfont.eot?#iefix')
	format('embedded-opentype'),
[22]	         url('TheOnlyException-webfont.woff') format('woff'),
[23]	         url('TheOnlyException-webfont.ttf') format('truetype'),
[24]	         url('TheOnlyException-webfont.svg#TheOnlyExceptionRegular')
	format('svg');
[25]	    font-weight: normal;
[26]	    font-style: normal;
[27]	
[28]	}
[29]