diff --git a/app/views/common/_special_font_face.html.erb b/app/views/common/_special_font_face.html.erb index 33ac0fdb471..caf9fedcc3a 100644 --- a/app/views/common/_special_font_face.html.erb +++ b/app/views/common/_special_font_face.html.erb @@ -25,8 +25,7 @@ @font-face { font-family: 'zocial'; 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.svg" %>?<%= font_domain %>#zocialregular') format('svg'); + url('<%=asset_path "zocial-regular-webfont.ttf" %>?<%= font_domain %>') format('truetype'); font-weight: normal; font-style: normal; }