DIR: /var/www/kim_LIVE/wp-content/themes/oceanwp/inc/customizer/controls/typography/ |
Current File : /var/www/kim_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 ); |