videojs / font

Icon font used for Video.js
https://videojs.github.io/font/
Apache License 2.0
60 stars 79 forks source link

Apply querystring to VideoJS.eot it fails to load in IE8 #4

Closed betorina closed 8 years ago

betorina commented 8 years ago

Font VideoJS.eot not loading in ie8 - so the icons are not displayed. It needs something behind the questionmark, see the solution below src: url('font/VideoJS.eot?#iefix') format('eot')

mmcc commented 8 years ago

Thanks for the PR! Unfortunately this PR is against a generated file, so next time we generated the font this change would be overwritten. Would you mind making it against the scss template? That gets used to create an SCSS file, which then gets compiled to CSS.

betorina commented 8 years ago

Moved this to a new PR and new fork/repository.