@font-face{
    font-family: 'Open Sans';
    src: url('eot/OpenSans-Regular-webfont.eot');
    src: local('Open Sans Regular'),
         url('eot/OpenSans-Regular-webfont.eot') format('embedded-opentype'),
         url('woff/OpenSans-Regular-webfont.woff') format('woff'),
         url('ttf/OpenSans-Regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face{
    font-family: 'Open Sans';
    src: url('eot/OpenSans-Bold-webfont.eot');
    src: local('Open Sans Bold'),
         url('eot/OpenSans-Bold-webfont.eot') format('embedded-opentype'),
         url('woff/OpenSans-Bold-webfont.woff') format('woff'),
         url('ttf/OpenSans-Bold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: bold;
}