also remove zocial svg font

This commit is contained in:
Régis Hanol 2015-03-27 15:17:54 +01:00
parent 11165d773e
commit 4d58db2b09
1 changed files with 1 additions and 2 deletions

View File

@ -25,8 +25,7 @@
@font-face { @font-face {
font-family: 'zocial'; font-family: 'zocial';
src: url('<%=asset_path "zocial-regular-webfont.woff" %>?<%= font_domain %>') format('woff'), src: url('<%=asset_path "zocial-regular-webfont.woff" %>?<%= font_domain %>') format('woff'),
url('<%=asset_path "zocial-regular-webfont.ttf" %>?<%= font_domain %>') format('truetype'), url('<%=asset_path "zocial-regular-webfont.ttf" %>?<%= font_domain %>') format('truetype');
url('<%=asset_path "zocial-regular-webfont.svg" %>?<%= font_domain %>#zocialregular') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }