Hello,
I would like to use a Google Font for all headers/menu (Maven Pro) … it is available on Google Fonts, but not in your list..
How can I add this one myself? Thank you.
Hi,
Open includes > admin >register-portfolio-options.php, find this code:
Tangerine'=>'Tangerine',
'Terminal Dosis'=>'Terminal Dosis',
'Tenor Sans'=>'Tenor Sans',
'Varela Round'=>'Varela Round',
'Yellowtail'=>'Yellowtail',
Add this code below:
'Maven Pro'=>'Maven Pro',
You can now use the font on your custom.css or Quick CSS
/*default*/
h1, h2, h3, h4, h5, h6 {
font-family: 'Maven Pro', sans-serif;
font-weight: 600; }
Regards,
Ismael
Hi,
Can you explain how to solve the same problem for the theme Propulsion?
Thanks!