From ef656b13251c6b68a33e9938d4b412c5e7d19810 Mon Sep 17 00:00:00 2001
From: 2deep4real <denis.peters@udo.edu>
Date: Sun, 28 Jun 2015 01:01:28 +0200
Subject: [PATCH] fixed wrong css name for webfontloader

---
 index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.php b/index.php
index 2b68aac..dfb8775 100755
--- a/index.php
+++ b/index.php
@@ -19,7 +19,7 @@
 	    WebFontConfig = {
 			custom	: {
 				families	: ['time-medium', 'time-fat'],
-				urls		: ['fonts.css']
+				urls		: ['font.css']
 			},
 			active	: function() {
 				fontsReady = true;
-- 
GitLab