UNPKG

967 BSCSSView Raw
1// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
2
3//
4// Office UI Fabric
5// --------------------------------------------------
6// Icon font-family definition
7
8/*
9 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
10*/
11
12// Font-face definition for the 'FabricMDL2Icons' icon font
13@font-face {
14 $icon-font-family: 'FabricMDL2Icons';
15 $icon-font-name: 'fabricmdl2icons';
16 $icon-font-version: '3.54';
17
18 @if variable_exists(do-scope-styles) {
19 $icon-font-family: 'FabricMDL2Icons-' + $ms-fabric-version-major;
20 $icon-font-name: 'scoped/fabricmdl2icons-' + $ms-fabric-version-major;
21 }
22
23 font-family: $icon-font-family;
24 src: url('#{$ms-icon-cdn-path}/#{$icon-font-name}-#{$icon-font-version}.woff') format('woff');
25 font-weight: normal;
26 font-style: normal;
27}