Skip to content

Commit 8b675c0

Browse files
committed
use fontello.woff since .woff2 is not provided
1 parent 4e848c8 commit 8b675c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
font-family: 'Fontello';
44
src: url('fonts/fontello.eot'); /* IE9 Compat Modes */
55
src: url('fonts/fontello.eot?#fontello') format('embedded-opentype'), /* IE6-IE8 */
6-
url('fonts/fontello.woff2') format('woff2'), /* Super Modern Browsers */
6+
url('fonts/fontello.woff') format('woff2'), /* Super Modern Browsers */
77
url('fonts/fontello.woff') format('woff'), /* Pretty Modern Browsers */
88
url('fonts/fontello.ttf') format('truetype'), /* Safari, Android, iOS */
99
url('fonts/fontello.svg#svgFontName') format('svg'); /* Legacy iOS */

0 commit comments

Comments
 (0)