Skip to content
Snippets Groups Projects
Commit f6fe58e7 authored by lucha's avatar lucha
Browse files

Remove Google Fonts from nextgen-gallery

parent c02d7f81
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ class M_Attach_To_Post extends C_Base_Module
*/
function enqueue_tinymce_plugin_css()
{
add_editor_style('https://fonts.googleapis.com/css?family=Lato');
// 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'));
}
......@@ -255,7 +255,7 @@ class M_Attach_To_Post extends C_Base_Module
return $content;
}
function add_media_button()
{
$security = $this->get_registry()->get_utility('I_Security_Manager');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment