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:
parent
b6da0a7f70
commit
43551797c3
@ -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))
|
||||
|
||||
--------------------
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user