@font-face {
    font-family: 'robotomono';
    src: url('../font/robotomono-regular-webfont.woff2') format('woff2'),
         url('../font/robotomono-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'rawline';
    src: url('../font/rawline-400.woff2') format('woff2'),
         url('../font/rawline-400.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'rawline';
    src: url('../font/rawline-500.woff2') format('woff2'),
         url('../font/rawline-500.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'rawline';
    src: url('../font/rawline-600.woff2') format('woff2'),
         url('../font/rawline-600.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'rawline';
    src: url('../font/rawline-700.woff2') format('woff2'),
         url('../font/rawline-700.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'rawline';
    src: url('../font/rawline-800.woff2') format('woff2'),
         url('../font/rawline-800.woff') format('woff');
    font-weight: 800;
    font-style: normal;

}

@font-face {
    font-family: 'rawline';
    src: url('../font/rawline-900.woff2') format('woff2'),
         url('../font/rawline-900.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}