Skip to content

Instantly share code, notes, and snippets.

@miya0001
Created September 23, 2014 14:03
Show Gist options
  • Save miya0001/185bf62a2ba9c1dc72d8 to your computer and use it in GitHub Desktop.
Save miya0001/185bf62a2ba9c1dc72d8 to your computer and use it in GitHub Desktop.
add_action( 'admin_footer', function(){
echo <<EOL
<script type="text/javascript">
$('bigger-link').click(function () {
$('.mceContentBody *').css('font-size', $(this).attr('data-fontsize'));
});
</script>
EOL;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment