1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-02 06:32:07 +02:00

@mister-ben updated menus to use default videojs font-family. closes #3384

This commit is contained in:
mister-ben 2016-06-27 22:24:13 -04:00 committed by Gary Katsevman
parent b6da0a7f70
commit 43551797c3
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ CHANGELOG
* @mister-ben added try catch to volume and playbackrate checks. Fixes #3315 ([view](https://github.com/videojs/video.js/pull/3320))
* @m14t removed unused loadEvent property in ControlBar options ([view](https://github.com/videojs/video.js/pull/3363))
* @bklava updated pt-BR language file ([view](https://github.com/videojs/video.js/pull/3373))
* @mister-ben updated menus to use default videojs font-family ([view](https://github.com/videojs/video.js/pull/3384))
--------------------

View File

@ -16,6 +16,7 @@
display: block;
padding: 0; margin: 0;
overflow: auto;
font-family: $text-font-family;
}
// prevent menus from opening while scrubbing (FF, IE)