﻿/* ---------------------------------------------------------------------
   <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('../fonts/latest.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI 2';
    src: url('../fonts/latest_2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OffSMDL2';
    src: url('../fonts/OffSMDL2.4.50.woff') format('woff');
}

@font-face {
    font-family: 'SegoeUI';
    src: local('Segoe UI'),url('../fonts/latest_2.woff2') format("woff2"),url('../fonts/latest_3.woff') format("woff"),url('../fonts/latest_1.ttf') format("ttf");
    font-weight: 400
}

@font-face {
    font-family: 'SegoeUI';
    src: local('Segoe UI'),url('../fonts/latest.woff2') format("woff2"),url('../fonts/latest_4.woff') format("woff"),url('../fonts/latest_3.ttf') format("ttf");
    font-weight: 100
}

@font-face {
    font-family: 'SegoeUI';
    src: local('Segoe UI'),url('../fonts/latest_4.woff2') format("woff2"),url('../fonts/latest_5.woff') format("woff"),url('../fonts/latest_2.ttf') format("ttf");
    font-weight: 200
}

@font-face {
    font-family: 'SegoeUI';
    src: local('Segoe UI'),url('../fonts/latest_3.woff2') format("woff2"),url('../fonts/latest_6.woff') format("woff"),url('../fonts/latest_4.ttf') format("ttf");
    font-weight: 600
}

@font-face {
    font-family: 'SegoeUI';
    src: local('Segoe UI'),url('../fonts/latest_1.woff2') format("woff2"),url('../fonts/latest_1.woff') format("woff"),url('../fonts/latest.ttf') format("ttf");
    font-weight: 700
}

@font-face {
    font-family: 'Segoe UI Semibold';
    src:url('../fonts/latest_8.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'wf_segoe-ui_normal';
    src:url('../fonts/latest_2.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'wf_segoe-ui_normal';
    src:url('../fonts/latest.woff') format('woff');
    font-weight:300;
    font-style:normal;
}

@font-face {
    font-family:'wf_segoe-ui_semibold';
    src:url('../fonts/latest_8.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'wf_segoe-ui_semilight';
    src:url('../fonts/latest_7.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}
