@font-face {
  font-family: 'foundrymonolinebold';
  src: url('../font/foundrymonoline-bold-webfont.woff2') format('woff2'),
       url('../font/foundrymonoline-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'foundrymonolinelight';
  src: url('../font/foundrymonoline-light-webfont.woff2') format('woff2'),
       url('../font/foundrymonoline-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

} 
@font-face {
    font-family: 'fontello';  
    src: url('../../font/fontello.eot?53326525');
    src: url('../../font/fontello.eot?53326525#iefix') format('embedded-opentype'),
         url('../../font/fontello.woff2?53326525') format('woff2'),
         url('../../font/fontello.woff?53326525') format('woff'),
         url('../../font//fontello.ttf?53326525') format('truetype'),
         url('../../font/fontello.svg?53326525#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
  } 
  [class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	text-decoration: inherit;
	 
	text-align: center; 
	font-variant: normal;
	text-transform: none; 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  