/* 
 * MAYO13 . V2.0 Fonts File
 * 04/30/2020
 */


/* 
    Roboto 
    https://fonts.google.com/specimen/Roboto
*/

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/RobotoOtf/Roboto-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Roboto Black ';
    src: url(../fonts/RobotoOtf/Roboto-Black.otf) format('opentype');
}

@font-face {
    font-family: 'Roboto Bold';
    src: url(../fonts/RobotoOtf/Roboto-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Roboto Medium';
    src: url(../fonts/RobotoOtf/Roboto-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Roboto Light Italic';
    src: url(../fonts/RobotoOtf/Roboto-LightItalic.otf) format('opentype');
}

@font-face {
    font-family: 'Roboto Light';
    src: url(../fonts/RobotoOtf/Roboto-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Roboto Italic';
    src: url(../fonts/RobotoOtf/Roboto-Italic.otf) format('opentype');
}
@font-face {
    font-family: 'Roboto LightItalic';
    src: url(../fonts/RobotoOtf/Roboto-LightItalic.otf) format('opentype');
}

/* 
    Roboto Condensed - See Readme.md
    https://fonts.google.com/specimen/Roboto
*/

@font-face {
    font-family: 'Roboto Condensed';
    src: url(../fonts/RobotoCondensed/RobotoCondensed-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto Condensed Bold';
    src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf) format('truetype');
}
