@font-face {
    font-family: 'hanumanregular';
    src: url('hanuman-webfont.woff2') format('woff2'),
         url('hanuman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body, h2, h3{
	font-family:'hanumanregular' !important;
}