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>
the complete wordpress solution......
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