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 in scss it fails to load in IE8 #5

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'). Moved the correction to _icons.scss file.

mmcc commented 8 years ago

Ah sorry, I think there was a misunderstanding over my last comment. This actually needs to be made against the SCSS template that I linked to. That template generates the SCSS file you've changed here.

betorina commented 8 years ago

Correction moved to correct file, thanks.

gkatsev commented 8 years ago

LGTM and ok from @mmcc