diff --git a/dashboard-ui/css/mediaplayer-video.css b/dashboard-ui/css/mediaplayer-video.css index 6277c0b82..4d57cad8e 100644 --- a/dashboard-ui/css/mediaplayer-video.css +++ b/dashboard-ui/css/mediaplayer-video.css @@ -362,6 +362,8 @@ video::-webkit-media-text-track-background { ::cue { background-color: transparent; text-shadow: 2px 2px 2px rgba(0, 0, 0, 1); + -webkit-font-smoothing: antialiased; + font-family: inherit; } .videoSubtitles {