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;