Ingen beskrivning
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Fabric.Icons.Font.Output.scss 929B

1234567891011121314151617181920212223
  1. // Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
  2. //
  3. // Office UI Fabric
  4. // --------------------------------------------------
  5. // Icon font-family definition
  6. /*
  7. 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
  8. */
  9. @import "Fabric.Typography.Fonts";
  10. @font-face {
  11. font-family: 'Office365Icons';
  12. src: url('#{$ms-font-directory}/icons/office365icons.eot?');
  13. src: url('#{$ms-font-directory}/icons/office365icons.eot?#iefix') format('embedded-opentype'),
  14. url('#{$ms-font-directory}/icons/office365icons.woff?') format('woff'),
  15. url('#{$ms-font-directory}/icons/office365icons.ttf?') format('truetype'),
  16. url('#{$ms-font-directory}/icons/office365icons.svg?#office365icons') format('svg');
  17. font-weight: normal;
  18. font-style: normal;
  19. }