WordPress 3.2 iii

Gelieve, om het lettertype te veranderen in de backoffice van WordPress, de volgende code toe te voegen aan de functions.php van het actieve theme:

add_action( 'admin_head-post.php', 'devpress_fix_html_editor_font' );
add_action( 'admin_head-post-new.php', 'devpress_fix_html_editor_font' );
function devpress_fix_html_editor_font() { ?>
<style type="text/css">#editorcontainer #content, #wp_mce_fullscreen { font-family: Verdana, tahoma, Arial, "Times New Roman", "Bitstream Charter", Times, serif; }</style>
< ?php }

via


[x]#8999 fan dinsdag 12 juli 2011 @ 10:50:32