Change font of Source Code editor in MicroTiny
Posted: Tue Oct 06, 2020 12:10 pm
Hi all,
The font of the Source Code editor in MicroTiny is not monospace. I want to change this.
In the past I did this in the style.css of the Admin theme like this
But I understand that it is better to do such things throught the assets folder.
I copied style.css of the admin theme in assets/admin_custom/themes/OneEleven/css/ but for some reason this is not working.
My questioni: how to change the admin css throught the assets folder?
The font of the Source Code editor in MicroTiny is not monospace. I want to change this.
In the past I did this in the style.css of the Admin theme like this
Code: Select all
.mce-container-body textarea.mce-textbox.mce-multiline,
textarea.mce-textbox.mce-multiline {
font-family: 'SFMono-Regular', Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}I copied style.css of the admin theme in assets/admin_custom/themes/OneEleven/css/ but for some reason this is not working.
My questioni: how to change the admin css throught the assets folder?