@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular.eot');
    src: url('opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular.woff2') format('woff2'),
         url('opensans-regular.woff') format('woff'),
         url('opensans-regular.ttf') format('truetype'),
         url('opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('opensans-bold.eot');
    src: url('opensans-bold.eot?#iefix') format('embedded-opentype'),
    url('opensans-bold.woff2') format('woff2'),
    url('opensans-bold.woff') format('woff'),
    url('opensans-bold.ttf') format('truetype'),
    url('opensans-bold.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('roboto-bold.eot');
    src: url('roboto-bold.eot?#iefix') format('embedded-opentype'),
    url('roboto-bold.woff2') format('woff2'),
    url('roboto-bold.woff') format('woff'),
    url('roboto-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

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

}