1
0
Fork 0

Apply font to subtitles

This commit is contained in:
Levi 2024-05-31 17:13:54 +02:00
parent 9d3c9d67c7
commit a12186969a

View file

@ -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;
}