diff --git a/template.php b/template.php
index c2e9d76..f9712e4 100644
--- a/template.php
+++ b/template.php
@@ -29,7 +29,8 @@ function shiny_preprocess_html(&$vars) {
   // Add conditional CSS for IE6.
   drupal_add_css(path_to_theme() . '/css/ie6.css', array('group' => CSS_THEME, 'browsers' => array('IE' => 'lte IE 6', '!IE' => FALSE), 'weight' => 999, 'preprocess' => FALSE));
   // Add external CSS for Open Sans from Google Fonts.
-  drupal_add_css('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin,latin-ext',array('type' => 'external'));
+  // Simple fix for issue: https://www.drupal.org/node/2288811
+  // drupal_add_css('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin,latin-ext',array('type' => 'external'));
 }
 
 /**
