email-fonts.less 760 B

12345678910111213141516171819202122232425
  1. /**
  2. * Copyright © Magento, Inc. All rights reserved.
  3. * See COPYING.txt for license details.
  4. */
  5. //
  6. // Fonts for Emails
  7. // _____________________________________________
  8. @import 'source/lib/_lib.less'; // Global lib
  9. @import 'source/lib/variables/_email.less'; // Global email variables
  10. @import 'source/_theme.less'; // Global variables override
  11. @import 'source/_variables.less'; // Local theme variables
  12. @import 'source/_email-variables.less'; // Theme variables for emails
  13. //
  14. // Output @font-face declarations
  15. // ---------------------------------------------
  16. @media-common: true;
  17. // Font stylesheet @import is wrapped in a media query in order to prevent it from causing problems in Outlook
  18. @media screen {
  19. @import 'source/_typography.less';
  20. }