@font-face {
    font-family: 'Savee';
    src: url('Savee.eot');
    src: url('Savee.eot?#iefix') format('embedded-opentype'),
        url('Savee.woff2') format('woff2'),
        /*url('Savee.woff') format('woff'),*/
        /*url('Savee.ttf') format('truetype'),*/
        url('Savee.svg#Savee') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
 font-family: 'Savee-bold';
 src: url('Savee.eot');
 src: url('Savee.eot?#iefix') format('embedded-opentype'), url('Savee.woff2') format('woff2'),
 /*url('Savee.woff') format('woff'),*/
 /*url('Savee.ttf') format('truetype'),*/
 url('Savee.svg#Savee') format('svg');
 font-weight: bold;
 font-style: normal;
 font-display: block;
}