How To Add Additional Fonts
Written by the Divi Engine Documentation Team
Introduction
Follow this step to use fonts not provided in Divi Mobile.
Step 1: Add CSS
Go To Divi > Theme Options > Custom CSS and add in the following code substituting 'font-name' with the font family name of your choice.
#dm-menu a {font-family: 'font-name';}
For example, if you want to add the font Poppins to your mobile menu then add the following code.
#dm-menu a {font-family: 'Poppins', sans-serif;}
More Support?
Please email us at [email protected] if you are unable to get Divi Mobile working.