_icons.less 311 B

12345678910111213
  1. // /**
  2. // * Copyright © Magento, Inc. All rights reserved.
  3. // * See COPYING.txt for license details.
  4. // */
  5. & when (@media-common = true) {
  6. .lib-font-face(
  7. @family-name: @icons__font-name,
  8. @font-path: @icons__font-path,
  9. @font-weight: normal,
  10. @font-style: normal
  11. );
  12. }