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

}

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

}