Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. /* Hook */
  2. add_action( 'admin_head', 'load_custom_fonts' );
  3.  
  4. /* Function */
  5. function load_custom_fonts() {
  6. echo '<link type="text/css" rel="stylesheet" href="' . get_template_directory_uri() .'/assets/css/editor.min.css">';
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement