So I tried mixing it up a little and just as an experiment, I downloaded a new webfont and saved it in /secpanel/font and changed the font from audiowide to segoe in secpanel/css/font.less and then calling for segoe in /secpanel/css/style.less, according to my theory this should alter the font.
The problem is that it doesn't update, when i look in the file domoticz/www/secpanel/css/fonts.less on the pi I see my changes and they are saved to disk, but when i browse and view the source of http://domoticz:8080/secpanel/css/font.less my changes aren't in there, it's just the original version?
I searched the pi for
Code: Select all
find / -iname "font.less"
I understand that I am missing something but what? Do I have to publish the changes somehow or what?
