2023-11-07, 08:45 AM
(2023-11-06, 06:47 PM)BobHasNoSoul Wrote: @font-face {
font-family: 'CustomFont';
src: url('/path-to-fonts/your-font.otf') format('opentype');
}
body {
font-family: 'CustomFont', 'Open Sans', sans-serif;
}
here is a more detailed explanation of this to be honest you also will need the font to have multiple versions of the same file to maximise compatibility with all browsers but this is down to you and whatever flavour and use case you pick
the types you should really use are: woff2, woff, eot, ttf, svg
https://github.com/bobhasnosoul/jellyfin...r-you-want
Wow, thanks so much for that. I got it working and definitely learned a few things a long the way - appreciate your help. I am however saddened to see that the styling changes do not appear on the Amazon FireStick version of the app for one reason or another. Is there a way to get that to work or is it done like that by design?