@font-face {
    font-family: 'Theme1';
    src: url('./fonts/Theme1.ttf') format('embedded-opentype'),
         url('./fonts/Theme1.ttf') format('woff2'),
         url('./fonts/Theme1.ttf') format('woff'),
         url('./fonts/Theme1.ttf') format('truetype'),        
         url('./fonts/Theme1.ttf') format('svg');
}