// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.

//
// Office UI Fabric
// --------------------------------------------------
// Icon font-family definition

/*
  Your use of the content in the files referenced here are subject to the terms of the license at http://aka.ms/fabric-font-license
*/

@import "Fabric.Typography.Fonts";

@font-face {
  font-family: 'FabricMDL2Icons';
  src: url('#{$ms-font-directory}/icons/FabricMDL2Icons.woff') format('woff'),
       url('#{$ms-font-directory}/icons/FabricMDL2Icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

