@font-face {
    font-family: 'robotoregular';
    src: url('../template/fontFamily/roboto-regular-webfont.eot');
    src: url('../template/fontFamily/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../template/fontFamily/roboto-regular-webfont.woff') format('woff'),
         url('../template/fontFamily/roboto-regular-webfont.ttf') format('truetype'),
         url('../template/fontFamily/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotothin';
    src: url('../template/fontFamily/roboto-thin-webfont.eot');
    src: url('../template/fontFamily/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../template/fontFamily/roboto-thin-webfont.woff') format('woff'),
         url('../template/fontFamily/roboto-thin-webfont.ttf') format('truetype'),
         url('../template/fontFamily/roboto-thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('../template/fontFamily/roboto-light-webfont.eot');
    src: url('../template/fontFamily/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../template/fontFamily/roboto-light-webfont.woff') format('woff'),
         url('../template/fontFamily/roboto-light-webfont.ttf') format('truetype'),
         url('../template/fontFamily/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}