• 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 Troubleshooting How to change font style to a .ttf file on jellyfin tv (specifically jellyfin-tizen)

     
    • 0 Vote(s) - 0 Average

    How to change font style to a .ttf file on jellyfin tv (specifically jellyfin-tizen)

    Onfued
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    #1
    2025-02-28, 12:14 PM
    Hey everyone,
    I'm using Jellyfin on a Tizen-based TV (Jellyfin-Tizen) and I want to change the font style to a custom
    .ttf
    file. Does anyone know how to do this?
    I've checked the subtitle and UI settings but didn’t find an option to manually upload a font. Is there a way to replace the default font with a custom one?

    I've tried uploading the
    .ttf file to a github repo and apply  it using custom CSS, but it doesn’t work. Maybe the CSS line was wrong. Has anyone successfully done this before?

    Any help would be appreciated! Thanks.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2025-02-28, 02:39 PM (This post was last modified: 2025-02-28, 02:40 PM by TheDreadPirate. Edited 2 times in total.)
    You can look at some of the work done in the Themes sub-forum to try to mimic what they've done.

    https://forum.jellyfin.org/t-finimalism-theme-offline

    The CSS for that theme.

    https://raw.githubusercontent.com/tedhin...alism7.css

    Importing the font. In this case from a URL, but can also be a local file.

    Code:
    @import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');

    Using the imported font.

    Code:
    body {
        font-family: "Sofia Sans", sans-serif;
        font-size: 12pt;
    }
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Onfued
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    #3
    2025-05-05, 11:37 AM
    (2025-02-28, 02:39 PM)TheDreadPirate Wrote: You can look at some of the work done in the Themes sub-forum to try to mimic what they've done.

    https://forum.jellyfin.org/t-finimalism-theme-offline

    The CSS for that theme.

    https://raw.githubusercontent.com/tedhin...alism7.css

    Importing the font.  In this case from a URL, but can also be a local file.

    Code:
    @import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');

    Using the imported font.



    Code:
    body {
    font-family: "Sofia Sans", sans-serif;
    font-size: 12pt;
    }

    Sorry, i meant to change the subtitle font. That method only change UI font
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • 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