List of questions
Related questions
Question 24 - AD0-E720 discussion
An Adobe Commerce developer has been asked to implement a custom font specifically for emails. The Adobe Commerce developer has already added their font into the file system.
Keeping best practice in mind, which two files would need to be implemented to show the custom font in the email?
A.
/Vendor/Theme/web/css/source/_extend.less Use the ^import font function with the url of the custom font from the theme. /Vendor/Theme/web/css/source/_email.less file
B.
Add in the styles to target the elements that require being changed. /vendor/Theme/web/css/source/_typography.less
C.
Add in a lib-font-face mixin with the custom font name into the newly created file.
D.
Add the font-family into the <head></head> of the email within the email template.
Your answer:
0 comments
Sorted by
Leave a comment first