@font-face {
    font-family: 'Stone Sans Regular';
    src: url('stonesans.eot');
    src: url('stonesans.eot?#iefix') format('embedded-opentype'),
         url('stonesans.woff') format('woff'),
         url('stonesans.ttf') format('truetype'),
         url('stonesans.svg#StoneSans') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}