/
home
/
assocoweys
/
afvt
/
wp-content
/
plugins
/
bold-page-builder
/
content_elements_misc
/
Upload File
HOME
<?php require( 'google_fonts.php' ); foreach ( $fonts as $item ) { $font_arr[ $item['font-name'] ] = $item['css-name']; } if ( property_exists( 'BoldThemesFramework', 'custom_fonts' ) ) { foreach ( BoldThemesFramework::$custom_fonts as $font ) { $font_arr[ $font['font'] . ' ' . esc_html__( '(custom font)', 'bold-builder' ) ] = $font['font']; } } ksort( $font_arr );