Jump to content

a way to change the fonts the apps use With google fonts and....


Waldoo

Recommended Posts

Waldoo

 

And a way to upload an image to change the top emby logo for the apps, and can upload a custom app icon.

 

if you cant

I program as a hobby , is there api's at least to change fonts the app uses and images for the app icon and logo? If not can you make it possible?

  • Like 1
Link to comment
Share on other sites

arrbee99

This would be nice to have in general, but in the meantime you can change these manually, at least for Emby in a browser.

For the logo you need to go here -

C:\Users\YOURNAME\AppData\Roaming\Emby-Server\system\dashboard-ui\modules\themes

and change the logodark and logowhite items as required and restart the server. You need to do this each time the server is updated however.

For the font, you need to go to the dashboard, then Setting, then add something like this to the CSS box -

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Nova+Mono&display=swap');
body * {font-family: 'Nova Mono', monospace;}

and SAVE.

Hope I've got that right. There are probably much better ways...

Link to comment
Share on other sites

arrbee99

Of course, I doubt if Emby would make it easy for people to remove their own company logo...

Link to comment
Share on other sites

Happy2Play

There are several topics in the Custom CSS section but will only apply to the web client (no other clients to include the online web app).

Link to comment
Share on other sites

Waldoo
4 minutes ago, arrbee99 said:

Of course, I doubt if Emby would make it easy for people to remove their own company logo...

I know but at lease make it possible to change all the fonts with google fonts.

Link to comment
Share on other sites

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...