﻿/* Font faces */

@font-face {
    font-family: 'Segoe UI';
    src: url('/content/fonts/segoeui/normal/segoeui.eot');
    src: local("Segoe UI"),
         local("Segoe"),
         local("Segoe WP"),
         url('/content/fonts/segoeui/normal/segoeui.eot?#iefix') format('embedded-opentype'),
         url('/content/fonts/segoeui/normal/segoeui.woff') format('woff'),
         url('/content/fonts/segoeui/normal/segoeui.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Semibold';
    src: url('/content/fonts/segoeui/semibold/seguisb.eot');
    src: local("Segoe Semibold"),
         local("Segoe WP Semibold"), 
         url('/content/fonts/segoeui/semibold/seguisb.eot?#iefix') format('embedded-opentype'),
         url('/content/fonts/segoeui/semibold/seguisb.woff') format('woff'),
         url('/content/fonts/segoeui/semibold/seguisb.svg#SegoeUISemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Bold';
    src: url('/content/fonts/segoeui/bold/segoeuib.eot');
    src: local("Segoe Bold"),
         local("Segoe WP Bold"),
         url('/content/fonts/segoeui/bold/segoeuib.eot?#iefix') format('eot'), /* Wrong format will tell IE9+ to ignore and use WOFF instead. MSHAR-2822 */
         url('/content/fonts/segoeui/bold/segoeuib.woff') format('woff'),
         url('/content/fonts/segoeui/bold/segoeuib.svg#SegoeUIBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Light';
    src: url('/content/fonts/segoeui/light/segoeuil.eot');
    src: local("Segoe UI Light"),
         local("Segoe WP Light"),
         url('/content/fonts/segoeui/light/segoeuil.eot?#iefix') format('embedded-opentype'),
         url('/content/fonts/segoeui/light/segoeuil.woff') format('woff'),
         url('/content/fonts/segoeui/light/segoeuil.svg#SegoeUILight') format('svg');
    font-weight: normal;
    font-style: normal;
}
