• Hi
    I wanna fully change the presto player’s font.
    How can I do that?
    And I also wanna change the overlay font too (custom CSS settings doesn’t work for overlay)
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Andre Gagnon

    (@2winfactor)

    Hi Shayan!

    We use a css variable to help make this a bit easier. You can do this in your “Additional CSS Box” under Theme Options > Customize:

    
    :root {
        --plyr-font-family: Georgia;
    }
    

    Cheers!

    Thread Starter Shayan Farhang Pazhooh

    (@shayanfp)

    Hi
    It doesn’t work, I tested again (because I had used this code before) and it doesn’t work.
    I changed the font of the player before (Some parts of it), but I couldn’t change the font of the “overly”.
    Please help me Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Font EveryWhere’ is closed to new replies.