QuestionQ19

Adobe Experience Manager Sites

An Adobe Commerce developer needs to implement a custom font specifically for emails and has already added the font to the file system.

Keeping best practices in mind, which two files must be implemented for the custom font to display in the email?

Choose two
  • A
  • B
  • C
  • D
Explanation

Adobe Commerce generates custom-font @font-face rules through the lib-font-face mixin in web/css/source/_typography.less. Email-specific styling is placed in web/css/source/_email.less, where selectors can apply the custom font. Email templates inherit the custom fonts defined by the frontend theme.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!