Last update at :2024-07-06,Edit by888u
This problem has actually bothered me for a long time. The default background font is really terrible. Today I finally found a good solution, a perfect solution.
In functions.php
of the current theme, add the following code:
/**
* Change the background font to Microsoft Yahei
*/
function change_admin_font(){
echo '';
}
add_action('admin_head', 'change_admin_font');
Recommended site searches: space rental, Korean high-defense server, free proxy IP address, Wanwang domain name space, free second-level domain name application, network IP address query, Hong Kong server hosting, virtual host space, foreign server rental, US host Purchase,
All copyrights belong to 888u unless special state
发表评论