From 1e580a75f73f4bddbcacd8e00f8821bfa2219a60 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 5 Dec 2013 10:08:53 +0000 Subject: [PATCH] refactor(style) fontello --- css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 4d97503d..dca752f3 100644 --- a/css/style.css +++ b/css/style.css @@ -6,7 +6,10 @@ @font-face { font-family: 'Fontello'; src: url("/font/fontello.eot"); - src: url("/font/fontello.eot?#iefix") format('embedded-opentype'), url("/font/fontello.woff") format('woff'), url("/font/fontello.ttf") format('truetype'), url("/font/fontello.svg#cloudcmd") format('svg'); + src: url("/font/fontello.eot?#iefix") format('embedded-opentype'), + url("/font/fontello.woff") format('woff'), + url("/font/fontello.ttf") format('truetype'), + url("/font/fontello.svg#cloudcmd") format('svg'); font-weight: normal; font-style: normal; }