WordPress dashboard CSS add in the functions.php file


add_action(‘admin_head’, ‘my_custom_fonts’);

function my_custom_fonts() {

echo ‘<style> body, td, textarea, input, select {

fontfamily: “Lucida Grande”; fontsize: 12px;

}

</style>;

}

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s