• Resolved deep4project

    (@deep4project)


    I want to change all the fonts to special elite font in my website. So I have used wp google font plugin. It worked well with all other text except Menu. I want to change the menu fonts to special elite font. How can I do that? Any other alternative for that? Is is possible to add special elite font in the options of the fruitful theme?

Viewing 1 replies (of 1 total)
  • Theme Author Fruitful Code

    (@fruitfulcode)

    To add new fonts you need to modify fruitful-function.php located in ./inc/func/fruitful-function.php

    Google fonts start at line 230

    Add new font to array in same way as other after

    '25' => array(
    			'value' => 	   'Droid Sans, sans-serif',
    			'label' => __( 'Droid Sans, sans-serif', 'fruitful' )
    		)
Viewing 1 replies (of 1 total)
  • The topic ‘how to change font of menu in fruitful theme?’ is closed to new replies.