Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26634

    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.

    #131097

    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

    #131098

    Hi,

    Can you explain how to solve the same problem for the theme Propulsion?

    Thanks!

    #131099

    Hi,

    It is the same with Propulsion.

    Regards,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Custom Google Font’ is closed to new replies.