﻿/* ---------------------------------------------------------------------
   <copyright file="webfont.css" company="Microsoft">
     Copyright (c) Microsoft Corporation.  All rights reserved.
   </copyright>
   --------------------------------------------------------------------- */

/* Loads common UI fonts */

@font-face {
    font-family: 'Segoe UI 2';
    src: url('https://i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI 2';
    src: url('https://i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OffSMDL2';
    src: url('/ems/content/fonts/OffSMDL2.4.50.woff') format('woff');
}

@font-face {
    font-family: 'SegoeUI';
    src: local('Segoe UI'),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2') format("woff2"),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff') format("woff"),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf') format("ttf");
    font-weight: 400
}

@font-face {
    font-family: 'SegoeUI';
    src: local('Segoe UI'),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Light/latest.woff2') format("woff2"),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Light/latest.woff') format("woff"),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Light/latest.ttf') format("ttf");
    font-weight: 100
}

@font-face {
    font-family: 'SegoeUI';
    src: local('Segoe UI'),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semilight/latest.woff2') format("woff2"),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semilight/latest.woff') format("woff"),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semilight/latest.ttf') format("ttf");
    font-weight: 200
}

@font-face {
    font-family: 'SegoeUI';
    src: local('Segoe UI'),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.woff2') format("woff2"),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.woff') format("woff"),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.ttf') format("ttf");
    font-weight: 600
}

@font-face {
    font-family: 'SegoeUI';
    src: local('Segoe UI'),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Bold/latest.woff2') format("woff2"),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Bold/latest.woff') format("woff"),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Bold/latest.ttf') format("ttf");
    font-weight: 700
}

@font-face {
    font-family: 'Segoe UI Semibold';
    src:url('https://i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'wf_segoe-ui_normal';
    src:url('https://i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'wf_segoe-ui_normal';
    src:url('https://i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.woff') format('woff');
    font-weight:300;
    font-style:normal;
}

@font-face {
    font-family:'wf_segoe-ui_semibold';
    src:url('https://i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'wf_segoe-ui_semilight';
    src:url('https://i.s-microsoft.com/fonts/segoe-ui/west-european/semilight/latest.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}
