HOME


Mini Shell 1.0
DIR: /var/www/limehill_LIVE/wp-content/themes/oceanwp/inc/customizer/controls/typography/
Upload File :
Current File : /var/www/limehill_LIVE/wp-content/themes/oceanwp/inc/customizer/controls/typography/typography.js
( function($) {

	$( document ).ready(function () {

		$( '.oceanwp-typography-select' ).each( function() {
			$(this).append( ocean_wp_fonts_list.content );
		});

		$( '.oceanwp-typography-select' ).select2();
	} );

} )( jQuery );