@font-face {
    font-family:'RobotoB';
    src: url('Roboto-Bold.eot');
    src: url('Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('Roboto-Bold.woff') format('woff'),
        url('Roboto-Bold.ttf') format('truetype'),
        url('Roboto-Bold.svg#RobotoB') format('svg');
}
@font-face {
    font-family:'RobotoL';
    src: url('Roboto-Light.eot');
    src: url('Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('Roboto-Light.woff') format('woff'),
        url('Roboto-Light.ttf') format('truetype'),
        url('Roboto-Light.svg#RobotoL') format('svg');
}

@font-face {
    font-family:'RobotoCondensedR';
    src: url('RobotoCondensed-Regular.eot');
    src: url('RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('RobotoCondensed-Regular.woff') format('woff'),
        url('RobotoCondensed-Regular.ttf') format('truetype'),
        url('RobotoCondensed-Regular.svg#RobotoCondensedR') format('svg');
}

@font-face {
    font-family:'RobotoCondensedB';
    src: url('RobotoCondensed-Bold.eot');
    src: url('RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('RobotoCondensed-Bold.woff') format('woff'),
        url('RobotoCondensed-Bold.ttf') format('truetype'),
        url('RobotoCondensed-Bold.svg#RobotoCondensedB') format('svg');
}

/* FONT DEFAULT 
@font-face {
    font-family:'desiredfontnamegoeshere';
    src: url('fontnamegoeshere.eot');
    src: url('fontnamegoeshere.eot?#iefix') format('embedded-opentype'),
        url('fontnamegoeshere.woff') format('woff'),
        url('fontnamegoeshere.ttf') format('truetype'),
        url('fontnamegoeshere.svg#desiredfontnamegoeshere') format('svg');
}

