• 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 Most simple way to replace the standard font?

     
    • 0 Vote(s) - 0 Average

    Most simple way to replace the standard font?

    What is the easiest way to replace the current font with let's say Netflix font?
    jennystreaming
    Offline

    Junior Member

    Posts: 24
    Threads: 3
    Joined: 2024 Jun
    Reputation: 0
    Country:Finland
    #1
    2024-08-20, 07:05 PM
    I've been trying to replace the current font on my project with something similar to the Netflix font using CSS, but I can't seem to get it to work. Ultimately, I'm looking for a simple CSS snippet that I can just copy and paste. Any help would be greatly appreciated!
    Ted Hinklater
    Offline

    Member

    Posts: 149
    Threads: 8
    Joined: 2023 Nov
    Reputation: 22
    Country:United Kingdom
    #2
    2024-08-20, 07:27 PM
    (2024-08-20, 07:05 PM)jennystreaming Wrote: I've been trying to replace the current font on my project with something similar to the Netflix font using CSS, but I can't seem to get it to work. Ultimately, I'm looking for a simple CSS snippet that I can just copy and paste. Any help would be greatly appreciated!

    the CSS:

    Code:
    @import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap');

    body {
      font-family: "Martel Sans", sans-serif;
      font-weight: 600;
    }
    « 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