videojs / font

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

exclude default video.js icons #36

Closed thijstriemstra closed 5 years ago

thijstriemstra commented 5 years ago

With the --custom-json option I get all video.js + my custom icons, although I don't need the default video.js icons since they're already loaded by video.js itself.

I would like to limit it to the icons defined in the custom json file.

cc @199911

gkatsev commented 5 years ago

That makes sense. Though, this potentially should be an option as well.

thijstriemstra commented 5 years ago

@gkatsev see #37