Zur Datei functions.php hinzufügen:
add_action('admin_head', 'my_custom_fonts'); function my_custom_fonts() ( echo ' body, td, textarea, input, select ( font-family: "Lucida Grande"; font-size: 12px; ) '; )
Zur Datei functions.php hinzufügen:
add_action('admin_head', 'my_custom_fonts'); function my_custom_fonts() ( echo ' body, td, textarea, input, select ( font-family: "Lucida Grande"; font-size: 12px; ) '; )