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

@ -146,3 +146,7 @@ html {
-webkit-text-size-adjust: 100% !important;
font-size: 100% !important;
}
.htmlvideoplayer::cue {
font-family: SickFontBro,Montserrat,sans-serif !important;
}