From 218a0f40e55c777ad869ede1b395d41b47d90e89 Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 3 Jul 2014 20:06:37 +0200 Subject: [PATCH] fixed the path to the font --- css/uhr.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/uhr.css b/css/uhr.css index 45c84e4..7c90817 100644 --- a/css/uhr.css +++ b/css/uhr.css @@ -14,7 +14,7 @@ along with this program. If not, see . */ @font-face { font-family: 'Uhrenfont'; - src: url('uhr.woff') format('woff'); + src: url('../resources/uhr.woff') format('woff'); } body { font-family: 'Uhrenfont', sans-serif;