@font-face {
	
    font-family: 'Menlo';
    src: url('../fonts/menlo-regular-webfont.eot');
    src: url('../fonts/menlo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/menlo-regular-webfont.woff2') format('woff2'),
         url('../fonts/menlo-regular-webfont.woff') format('woff'),
         url('../fonts/menlo-regular-webfont.ttf') format('truetype'),
         url('../fonts/menlo-regular-webfont.svg#maison_neuedemi') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	
	font-family: "Menlo";
  	src: url("../fonts/a6ffc5d72a96b65159e710ea6d258ba4.eot"); /* IE9*/
  	src: url("../fonts/a6ffc5d72a96b65159e710ea6d258ba4.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  		 url("../fonts/a6ffc5d72a96b65159e710ea6d258ba4.woff2") format("woff2"), /* chrome、firefox */
  		 url("../fonts/a6ffc5d72a96b65159e710ea6d258ba4.woff") format("woff"), /* chrome、firefox */
  		 url("../fonts/a6ffc5d72a96b65159e710ea6d258ba4.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  		 url("../fonts/a6ffc5d72a96b65159e710ea6d258ba4.svg#Menlo Bold") format("svg"); /* iOS 4.1- */
  	font-weight: bold;
    font-style: normal;
}