index of
/
home
/
thefkyzp
/
www
/
wp-content
/
themes
/
oceanwp
/
inc
/
customizer
/
controls
/
typography
/
File: /home/thefkyzp/www/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 );