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