@font-face {
    font-family: 'Noah-Bold';
    src: url('/static/fonts/Noah-Bold.eot');
    src: url('/static/fonts/Noah-Bold.eot?#iefix') format('embedded-opentype'),
		 url('/static/fonts/Noah-Bold.woff2') format('woff2'),
         url('/static/fonts/Noah-Bold.woff') format('woff'),
         url('/static/fonts/Noah-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}