From d1a7e4861a9d9a07612520be593e316284dd3d8d Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 10 Sep 2014 13:36:36 +0000 Subject: [PATCH] --- framework/application/Bootstrap.php | 1 - 1 file changed, 1 deletion(-) diff --git a/framework/application/Bootstrap.php b/framework/application/Bootstrap.php index 1ebd848..eff8e84 100644 --- a/framework/application/Bootstrap.php +++ b/framework/application/Bootstrap.php @@ -11,7 +11,6 @@ class Bootstrap extends CubeIT_Bootstrap { protected function _initScripts() { parent::_initScripts(); - $this->getView()->headLink()->appendStylesheet('/css/fonts/fonts.css'); $this->getView()->headScript()->addTagHandler(); } -- 2.39.5