﻿@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Regular.ttf') format('truetype');
    font-stretch: normal;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Robot-Bold';
    src: url('Robot-Bold.ttf') format('truetype');
    font-stretch: normal;
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-BoldItalic';
    src: url('Roboto-BoldItalic.ttf') format('truetype');
    font-stretch: normal;
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'RobotoCondensed-Light';
    src: url('RobotoCondensed-Light.ttf') format('truetype');
    font-stretch: condensed;
    font-weight: lighter;
    font-style: normal;
}


@font-face {
    font-family: 'RobotoCondensed-Regular';
    src: url('RobotoCondensed-Regular.ttf') format('truetype');
    font-stretch: condensed;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Italic';
    src: url('Roboto-Italic.ttf') format('truetype');
    font-stretch: normal;
    font-weight: normal;
    font-style: italic;
}


@font-face {
    font-family: 'Roboto-Light';
    src: url('Roboto-Light.ttf') format('truetype');
    font-stretch: normal;
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-LightItalic';
    src: url('Roboto-LightItalic.ttf') format('truetype');
    font-stretch: normal;
    font-weight: lighter;
    font-style: italic;
}
