How to change admin side font and family style in wordpress without changing the core wordpress code and style

To change the admin side font and any style include the following code in function.php of your theme

<style type="text/css">

body {

font-family: verdana !important;

 font-size: 13px !important;

}

</style>

0 comments:

Post a Comment