2024-08-04, 12:53 PM
(2024-08-04, 07:09 AM)Ted Hinklater Wrote:(2024-02-01, 05:13 PM)DecoratedFries Wrote: Is there any way I can add the 'Futurma' Font to be the default subtitle font on the Jellyfin Media Player desktop application, If so how?
Thanks in advance.
Code:@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');
video::cue {
font-family: 'League Spartan', sans-serif !important;
color: #fff;
background-color: rgba(0, 0, 0, 0.3);
text-shadow: 0px 0px 0px #000000;
}
It's not Futura but it's practically identical
It's good to know for Windows users that Jellyfin uses WebVTT for subtitles now. Which means that in addition to styling the subtitles with CSS, you need to pay attention to the following as well:
If you've at any point changed the settings in Accessibility > Captions (Windows settings, not Jellyfin), these will override anything that is declared in ::cue. In order for these style changes to work, you need to go into the Registry Editor in Windows and remove the following registry key:
Code:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ClosedCaptioning
This should only be necessary for Chromium-based browsers. JMP is Chromium-based though, so this will be necessary to do for that.
JF Server Specs:
- CPU: Intel Core i5-11400
- Motherboard: ASRock H510M-ITX/ac
- RAM: G.Skill 16GB (2x8GB) Value 2666MHz CL19 DDR4
- PSU: Silverstone SX300-B 80+ Bronze SFX
- OS: Debian 12
- JF: 10.10.1