/**
  * Enqueues the CSS needed to style the IGW placeholders
  */
 function enqueue_tinymce_plugin_css()
 {
     add_editor_style('https://fonts.googleapis.com/css?family=Lato');
     add_editor_style(M_Gallery_Display::get_fontawesome_url());
     add_editor_style(C_Router::get_instance()->get_static_url('photocrati-attach_to_post#ngg_attach_to_post_tinymce_plugin.css'));
 }