Skip to content

Commit 9d8e1ac

Browse files
authored
fix: font-face configuration (#886)
1 parent 6769344 commit 9d8e1ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/video-player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class VideoPlayer extends Utils.mixin(Eventable) {
6161
this.videoElement.classList.add('video-js');
6262

6363
// Handle WebFont loading
64-
Utils.fontFace(this.videoElement, this.playerOptions.cloudinary.fontFace);
64+
Utils.fontFace(this.videoElement, this.playerOptions.fontFace);
6565

6666
// Handle play button options
6767
if (this._videojsOptions.bigPlayButton === 'init') {

0 commit comments

Comments
 (0)