@font-face {
    font-family: 'anton-regular';
    src: url('anton-regular.eot');
    src: url('anton-regular.eot') format('embedded-opentype'),
         url('anton-regular.woff') format('woff'),
         url('anton-regular.woff2') format('woff2'),
         url('anton-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body { font-family: anton-regular; }
