@font-face {
    font-family: 'MMC';
    src: url('../fonts/MMC.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'MMC', Arial, sans-serif;
} 
body *:not(i) {
    font-family: 'MMC', sans-serif !important;
}