Skip to content

Commit

Permalink
Added loading of the editor CSS as array.
Browse files Browse the repository at this point in the history
  • Loading branch information
dziudek committed Dec 15, 2014
1 parent 87d6089 commit 858ce78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.php
Expand Up @@ -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');

Expand Down Expand Up @@ -436,4 +436,4 @@ function perfetta_the_attached_image() {
wp_get_attachment_image( $post->ID, $attachment_size )
);
}
endif;
endif;

0 comments on commit 858ce78

Please sign in to comment.