• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Themes & Styles Custom Font on the Desktop Media Player App

     
    • 1 Vote(s) - 5 Average

    Custom Font on the Desktop Media Player App

    Need help adding custom font
    LeviSnoot
    Offline

    Junior Member

    Posts: 20
    Threads: 3
    Joined: 2023 Sep
    Reputation: 1
    Country:Sweden
    #5
    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.6
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Custom Font on the Desktop Media Player App - by DecoratedFries - 2024-02-01, 05:13 PM
    RE: Custom Font on the Desktop Media Player App - by jennystreaming - 2024-08-03, 07:32 PM
    RE: Custom Font on the Desktop Media Player App - by TheDreadPirate - 2024-08-03, 07:38 PM
    RE: Custom Font on the Desktop Media Player App - by Ted Hinklater - 2024-08-04, 07:09 AM
    RE: Custom Font on the Desktop Media Player App - by LeviSnoot - 2024-08-04, 12:53 PM
    RE: Custom Font on the Desktop Media Player App - by DecoratedFries - 2024-08-31, 09:50 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode