﻿/* ==================================================
Font-Face Icons
================================================== */

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

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

body{
	 font-family: 'BTitrTGE';
	 font-size: 15px;

}
