From 8b675c084700af3fbdb11f4bfea759981422eb54 Mon Sep 17 00:00:00 2001 From: Ziqiang Shen Date: Thu, 14 Jul 2016 01:47:23 -0700 Subject: [PATCH] use fontello.woff since .woff2 is not provided --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 53d1d56..6a53c8c 100644 --- a/static/style.css +++ b/static/style.css @@ -3,7 +3,7 @@ font-family: 'Fontello'; src: url('fonts/fontello.eot'); /* IE9 Compat Modes */ src: url('fonts/fontello.eot?#fontello') format('embedded-opentype'), /* IE6-IE8 */ - url('fonts/fontello.woff2') format('woff2'), /* Super Modern Browsers */ + url('fonts/fontello.woff') format('woff2'), /* Super Modern Browsers */ url('fonts/fontello.woff') format('woff'), /* Pretty Modern Browsers */ url('fonts/fontello.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/fontello.svg#svgFontName') format('svg'); /* Legacy iOS */