2024-08-04, 07:09 AM
(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