igeoorge 26 Posted March 3, 2019 Posted March 3, 2019 Can someone help me change the source of everything? I've tried how some old posts teach, but I could not.
Happy2Play 9425 Posted March 3, 2019 Posted March 3, 2019 Something like this html or body /*Adjust Font Size*/ html {font-size: medium; } /*small, medium, large, larger, x-large*/ or html {font-size: 20px; }
Luke 39998 Posted March 4, 2019 Posted March 4, 2019 Hi, we currently do not have any settings for this.
Solution Happy2Play 9425 Posted March 4, 2019 Solution Posted March 4, 2019 (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 March 5, 2019 by Happy2Play 1
igeoorge 26 Posted March 5, 2019 Author Posted March 5, 2019 thank you very much, it worked perfectly.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now