Jump to content

Change font size


Go to solution Solved by Happy2Play,

Recommended Posts

igeoorge
Posted

Can someone help me change the source of everything? I've tried how some old posts teach, but I could not.

Happy2Play
Posted

Something like this

 

html or body

/*Adjust Font Size*/
html {font-size: medium; } /*small, medium, large, larger, x-large*/

or

html {font-size: 20px; }

igeoorge
Posted

and how can I change the font?

igeoorge
Posted

any answers?

Posted

Hi, we currently do not have any settings for this. 

igeoorge
Posted

okay thank you

  • Solution
Happy2Play
Posted (edited)

and how can I change the font?

 

For where?  As Emby appears to use several.

{font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,system-ui,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Open Sans',sans-serif;}

/*Change Font*/

html, h1, h2, h3 {font-family: "your font"; }
Edited by Happy2Play
  • Like 1
igeoorge
Posted

thank you very much, it worked perfectly.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...