mirror of
https://github.com/videojs/video.js.git
synced 2025-01-27 11:22:06 +02:00
Close GH-532: Added ie fix to font loading..
This commit is contained in:
parent
8c31278c2f
commit
68d5cb996a
@ -152,7 +152,7 @@ so you can upgrade to newer versions easier. You can remove all these styles by
|
|||||||
@font-face{
|
@font-face{
|
||||||
font-family: 'VideoJS';
|
font-family: 'VideoJS';
|
||||||
src: url('font/vjs.eot');
|
src: url('font/vjs.eot');
|
||||||
src: url('font/vjs.eot') format('embedded-opentype'),
|
src: url('font/vjs.eot?#iefix') format('embedded-opentype'),
|
||||||
url('font/vjs.woff') format('woff'),
|
url('font/vjs.woff') format('woff'),
|
||||||
url('font/vjs.ttf') format('truetype');
|
url('font/vjs.ttf') format('truetype');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user