@font-face {
	font-family: 'rexboldinline';
	src: url('rex-bold-inline.otf'); /* IE9 Compat Modes */
	src: url('rex-bold-inline.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('rex-bold-inline.otf') format('otf'), /* Modern Browsers */
	}
	
@font-face {
    font-family: 'chunkfiveroman';
    src: url('chunkfive-webfont.eot');
    src: url('chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('chunkfive-webfont.woff') format('woff'),
         url('chunkfive-webfont.ttf') format('truetype'),
         url('chunkfive-webfont.svg#chunkfiveroman') format('svg');
    font-weight: normal;
    font-style: normal;

}