I have a similar problem. I am using llorix one lite (https://atmb-automation.de/) and tried to change the default font in style.css:
body {
font-family: ‘Open Sans’, Helvetica Neue, Sans-serif;
font-size: 16px;
line-height: 28px;
/* My change:
font-size: 12px;!important
line-height: 21px;!important*/
font-weight: 400;
color: #313131;
text-align: left;
overflow-x: hidden !important;
margin: auto !important;
}
The font remains unchanged.
How can I get the default font set to 12px?