diff --git a/functions.php b/functions.php index 82f075c..3f5afe4 100644 --- a/functions.php +++ b/functions.php @@ -109,7 +109,7 @@ function perfetta_setup() { * @return void */ function perfetta_add_editor_styles() { - add_editor_style('editor.css'); + add_editor_style(array('editor.css', 'css/font.awesome.css', 'https://fonts.googleapis.com/css?family=Raleway')); } add_action('init', 'perfetta_add_editor_styles'); @@ -436,4 +436,4 @@ function perfetta_the_attached_image() { wp_get_attachment_image( $post->ID, $attachment_size ) ); } -endif; \ No newline at end of file +endif;