Change the WYSIWYG Editor Font in WordPress?

How to change the WYSIWYG fonts in WordPress

  • Open the functions.php file:
    function.php
  • Copy the following code into the file

function editor_font(){
echo "<style type='text/css'>
#editorcontainer textarea#content {
  font-family: \"Lucida Sans Unicode\",\"Lucida Grande\",Garuda,sans-serif;
  font-size:14px;
  color:#a2a2a2;
}
</style>";
} add_action("admin_print_styles", "editor_font");
  • Save file
    Save




For more WordPress tutorials

Follow us on Twitter
Subscribe to our Feeds
Become a Fan on Facebook
Added Saturday, March 26th, 2011. Category WordPress Keywords

One Response

Ernest 03.26.2011

Just what I’m looking for! Thank you.


Add your comment




New Tutorials in your inbox!






Most Popular Category Today

Think Tutorial is a database of simple, easy to follow tutorials covering all aspects of popular computing. Technology is fantastic, but it can be difficult to keep up with at times. Think Tutorial's strength and success resides in its very intuitive approach and design that keeps everything simple and organized.

Statistics

TUTORIALS PUBLISHED
1,442

EQUATES TO
+3700 minutes
or
+62 hours of continuous education.

USERS ONLINE
384

AWESOME FACEBOOK FANS
5450

Why Free?

Free, easy, useful and straight-to-the-point stuff? That's what people want!

Follow Us

RSS Subscribe to Feeds
facebook Be a fan on Facebook
twitter Follow us on Twitter


© 2010-2012 Prestance, Inc. All right reserved.

All Trademarks and Brands displayed on ThinkTutorial are the sole property of their respective owners/creators and All third party trademarks are the exclusive property of the respective companies and their use does not indicate endorsement.