From 9f967b2f904afada7f2b585e314809c7baec2101 Mon Sep 17 00:00:00 2001 From: mb863 Date: Tue, 26 Oct 2010 21:08:12 +0000 Subject: [PATCH] Fixed picto font rendering. --- themes/wilma/css/pictos.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/wilma/css/pictos.css b/themes/wilma/css/pictos.css index b8b1be35..5fa5c2ab 100644 --- a/themes/wilma/css/pictos.css +++ b/themes/wilma/css/pictos.css @@ -6,14 +6,14 @@ * from Drew Wilson. The fonts are protected under domestic and international trademark and * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or * distributing this font software. -* +* * This font is NOT free. It is illegal to use this font without paying for a license. */ @font-face { font-family: 'Pictos'; src: url('../pictos-font/pictos-web.eot'); /* IE */ - src: local('☺'), url('../pictos-font/pictos-web.woff') format('../pictos-font/woff'), url('../pictos-font/pictos-web.ttf') format('../pictos-font/truetype'), url('../pictos-font/pictos-web.svg#webfontphKv1xv9') format('svg');/* non-IE */ + src: local('☺'), url('../pictos-font/pictos-web.woff') format('woff'), url('../pictos-font/pictos-web.ttf') format('truetype'), url('../pictos-font/pictos-web.svg#webfontphKv1xv9') format('svg');/* non-IE */ font-weight: normal; font-style: normal; } \ No newline at end of file