Skip to content

Instantly share code, notes, and snippets.

@tarikcayir
Created March 14, 2015 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tarikcayir/04038f65874d3238e058 to your computer and use it in GitHub Desktop.
Save tarikcayir/04038f65874d3238e058 to your computer and use it in GitHub Desktop.
<?php
add_action('admin_head', 'devnot_custom_css');
function devnot_custom_css() {
echo '<style>
body.mce-content-body {
font-size: 16px;
line-height: 24px;
}
</style>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment