From b1498552172309d06114a0e86614f8dade5bd600 Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Mon, 19 Mar 2012 11:53:05 +0200 Subject: [PATCH] Only load Typekit fonts at sencha.com. Because the font-set is only registered for sencha.com and localhost, running the docs app at any ther domain will get 403 error when attempting to load fonts from typekit.com. We should probably completely move this code to sencha-specific config files. --- template/template.html | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/template/template.html b/template/template.html index bfd2f27b..0e32d992 100644 --- a/template/template.html +++ b/template/template.html @@ -16,22 +16,25 @@ + -- GitLab