@font-face {
    font-family: 'theme';
    src:
            url('theme.ttf') format('truetype'),
            url('theme.woff') format('woff'),
            url('theme.svg#theme') format('svg');
    font-weight: normal;
    font-style: normal;
}