PATH:
home
/
fengshp
/
www
/
wp-content
/
themes
/
themify-ultra
/
skins
/
salon
<?php /** * Custom functions specific to the skin * * @package Themify Ultra */ /** * Load Google web fonts required for the skin * * @since 1.4.9 * @return array */ function themify_theme_salon_google_fonts( $fonts ) { if ( 'off' !== _x( 'on', 'Cormorant Garamond font: on or off', 'themify' ) ) { $fonts['Cormorant+Garamond'] = 'Cormorant+Garamond:400,500,600,700'; } if ( 'off' !== _x( 'on', 'Quicksand font: on or off', 'themify' ) ) { $fonts['Quicksand'] = 'Quicksand:400,600,700'; } return $fonts; } add_filter( 'themify_google_fonts', 'themify_theme_salon_google_fonts' );
[+]
..
[-] functions.php
[edit]
[-] style.css
[edit]
[+]
media
[-] style.css.gz
[edit]