1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-27 02:43:45 +02:00

Merge pull request #1397 from anttimo/feature/fix-1390-add-svg-to-font-face

Add svg to font-face. fixes #1390
This commit is contained in:
Steve Heffernan 2014-08-05 12:13:43 -07:00
commit e4fbf27358

View File

@ -78,7 +78,8 @@ The control icons are from a custom font. Each icon corresponds to a character
src: url('font/vjs.eot');
src: url('font/vjs.eot?#iefix') format('embedded-opentype'),
url('font/vjs.woff') format('woff'),
url('font/vjs.ttf') format('truetype');
url('font/vjs.ttf') format('truetype'),
url('font/vjs.svg#icomoon') format('svg');
font-weight: normal;
font-style: normal;