jQuery( function( $ ) { wp.customize('secondary_font_family',function ( value ) { value.bind(function ( to ) { $("head").append(""); document.body.style.setProperty('--secondary-font', to); } ); } ); } );