_email-extend.less 793 B

12345678910111213141516171819
  1. // /**
  2. // * Copyright © Magento, Inc. All rights reserved.
  3. // * See COPYING.txt for license details.
  4. // */
  5. //
  6. // Email extend styles
  7. // _____________________________________________
  8. // This file should be used for theme-specific styles for emails that extend or modify the styles in _email.less
  9. // This will allow you to edit email styles without copying and editing the _email.less file
  10. // Custom fonts are declared here, rather than in _email-base.less, as it allows for custom fonts to be changed/removed
  11. // in custom themes.
  12. // Importing fonts from an external CSS file, rather than embedding @font-face declarations inside the <style> tag,
  13. // as the latter will cause font rendering issues if the web fonts are inaccessible.
  14. @import url("@{baseUrl}css/email-fonts.css");