Simple Machines Community Forum

SMF Development => Bug Reports => Topic started by: Antechinus on August 23, 2021, 10:16:12 PM

Title: Monospace font stack in SCE Editor (looks mega uggers).
Post by: Antechinus on August 23, 2021, 10:16:12 PM
See: https://www.simplemachines.org/community/index.php?msg=4095192

Kill this:
Code (jquery.sceeditor.css) Select
.sceditor-container textarea {
    font-family: "DejaVu Sans Mono", Monaco, Consolas, monospace;
}

Kthnx. :)
Title: Re: Monospace font stack in SCE Editor (looks mega uggers).
Post by: live627 on August 24, 2021, 01:18:36 AM
+1

I think it was done like so to differentiate the two editor modes.