@font-face {
    font-family: 'anton';
    src: url('/static/fonts/anton-regular-webfont.woff');
}

@font-face {
    font-family: 'Roboto';
    font-weight: bolder;
    src: url('/static/fonts/Roboto-Bold.woff');
}

@font-face {
    font-family: 'Roboto';
    font-weight: bold;
    src: url('/static/fonts/Roboto-Medium.woff');
}

@font-face {
    font-family: 'Roboto';
    font-weight: normal;
    src: url('/static/fonts/Roboto-Regular.woff');
}