is there a way to create and use a custom css file for MainUI?
I also want to use a custom font for spezial icons because i easy can colorized the font icons.
I think, i can use the font via CSS by “@font-face { font-family: …}”
At present I do not believe there is an option for a user to create a site-wide css file for the MainUI.
However, you can use the stylesheet property in the config section of pages to define a style for each page. This will not impact the MainUI frame (the side panels and the top navbar) but it will control the style of everything in the page frame. https://github.com/openhab/openhab-webui/pull/979
There’s no formal documentation on the stylesheet property yet but if search the forum you’ll find many examples now of how to use it.