From 951e024f1d419ffc70cd8fd07b04047c43f6d90c Mon Sep 17 00:00:00 2001 From: Tomasz Dziuda Date: Tue, 9 Dec 2014 22:16:18 +0100 Subject: [PATCH] [v.1.1.1] Last improvement before release --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 8b5a0e2..6b3009f 100755 --- a/functions.php +++ b/functions.php @@ -160,7 +160,7 @@ function portfolio_custom_background_callback() { * @return void */ function portfolio_add_editor_styles() { - add_editor_style(array('editor.css', 'css/font.awesome.css', 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700')); + add_editor_style(array('editor.css', 'css/font.awesome.css', 'https://fonts.googleapis.com/css?family=Open+Sans')); } }