How do I change the font of the text editor?

I am using Verdana font which is working across the website I just haven’t been able to change the text editor font and font size.

This looks like there’s a good chance it’ll work:

.d-editor-container .d-editor-textarea-wrapper textarea.d-editor-input {
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}
3 Likes