/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.26.3.1571758848
Updated: 2019-10-22 15:40:48

function wpml_add_google_fonts() {
if ( apply_filters( 'wpml_is_rtl', true ) ) {
wp_enqueue_style( 'wpml-google-fonts', '//fonts.googleapis.com/earlyaccess/droidarabickufi.css', false ); 
}
}
add_action( 'wp_enqueue_scripts', 'wpml_add_google_fonts' );


*/

