From a12186969a5e0d66e63270cae0fa2ca345457500 Mon Sep 17 00:00:00 2001 From: Levi Date: Fri, 31 May 2024 17:13:54 +0200 Subject: [PATCH] Apply font to subtitles --- wll-fonts.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wll-fonts.css b/wll-fonts.css index 9005f78..bd45db4 100644 --- a/wll-fonts.css +++ b/wll-fonts.css @@ -145,4 +145,8 @@ body, h1, h2, h4, h5, html { html { -webkit-text-size-adjust: 100% !important; font-size: 100% !important; +} + +.htmlvideoplayer::cue { + font-family: SickFontBro,Montserrat,sans-serif !important; } \ No newline at end of file