

/*
*
* @font-face embeding 
*
*/

@font-face {
	font-family: 'CPMono';
	 src: url('../font/cpmono_v07_extralight-webfont.eot');
    src: url('../font/cpmono_v07_extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/cpmono_v07_extralight-webfont.woff') format('woff'),
         url('../font/cpmono_v07_extralight-webfont.ttf') format('truetype'),
         url('../font/cpmono_v07_extralight-webfont.svg#CPMono_v07ExtraLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'CPMono';
	    src: url('../font/cpmono_v07_plain-webfont.eot');
    src: url('../font/cpmono_v07_plain-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/cpmono_v07_plain-webfont.woff') format('woff'),
         url('../font/cpmono_v07_plain-webfont.ttf') format('truetype'),
         url('../font/cpmono_v07_plain-webfont.svg#CPMono_v07Plain') format('svg');
    font-weight:bold;
    font-style: normal;
	}

