@font-face {
    font-family: 'ubunturegular';
    src: url('../fonts/ubuntu/ubuntu-r-webfont.woff2') format('woff2'),
         url('ubuntu-r-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-reg/roboto-regular_0-webfont.woff2') format('woff2'),
         url('../fonts/roboto-reg/roboto-regular_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}