From 066201db9a133aeb00cb7569791c8c6d0c5ea23c Mon Sep 17 00:00:00 2001 From: Robert Wetzlmayr Date: Mon, 4 Mar 2013 06:45:26 +0100 Subject: [PATCH] Remove inapplicable font weights. Thank, Phil. Fixes issue #1. --- wet_hive.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wet_hive.php b/wet_hive.php index 1ac9df0..9fdd2c6 100644 --- a/wet_hive.php +++ b/wet_hive.php @@ -67,7 +67,7 @@ function html_head() // Use all styles and scripts from the parent theme parent::html_head(). // Add a font resource - "". + "". // Overwrite the parent theme's styles with my own custom styles ""; }