From d1ca61b463b528c119cc81b7deff711134692cef Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 24 Aug 2012 02:42:45 -0400 Subject: [PATCH] minor changes --- config.json | 4 ++-- css/style.css | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index d58f0b2d..0de340e3 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { - "cache" : {"allowed" : false}, + "cache" : {"allowed" : true}, "minification" : { - "js" : false, + "js" : true, "css" : true, "html" : true, "img" : true diff --git a/css/style.css b/css/style.css index 172d1e10..8fbc4b35 100644 --- a/css/style.css +++ b/css/style.css @@ -14,6 +14,13 @@ */ /* символьный шрифт от гитхаба*/ +@font-face { + font-family: 'Fontello'; + font-style: normal; + font-weight: normal; + src: url('/font/fontello.woff') format('woff'); +} + @font-face { font-family: 'Octicons Regular'; font-style: normal;