Resource icon

Comic sans style 2020-06-12

No permission to download
We are waiting for the font to be changed to Comic sans style in the admin panel: D
What is stopping you from using that?
Start the development mode ...
open: /admin.php?styles/master-style.0/templates&type=public

open extra.less there and insert and save the following:
Code:
html { font-family: 'Comic Sans MS', sans-serif; }
@supports (font-variation-settings: normal) {
        html { font-family: 'Comic Sans MS', sans-serif; }
}

save... and voila:
1592039488810.png

Then you will receive the message about outdated templates in the ACP.
Please do not use "Merge", just open each template and select "Save an exit" below. Thats all.

Disclaimer:
You use this modification at your own risk. ...
You are entirely responsible for the risk of errors that may occur.
Therefore, before each change, create a backup, backup and finally BACKUP before making changes!
 
Last edited:

Similar threads

Top Bottom