@font-face {
    font-family: 'MarshlandShrift';
    /* Файлы лежат рядом с этим CSS, поэтому пишем только имена */
    src: url('MarshlandShrift.woff') format('woff'),
         url('MarshlandShrift.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.font-marshland {
    font-family: 'MarshlandShrift', sans-serif !important;
}