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

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