A userscript for Empornium that sets the font family of the BBCode editor to a monospaced one.
This script should help legibility when writing BBCode, as the default font is a sans-serif one. For writing code like BBCode, a monospaced font is generally preferred.
The "font-stack" used is the the same as the one used by a popular CSS framework:
ui-monospace
SFMono-Regular
Menlo
Monaco
Consolas
Liberation Mono
Courier New
monospace
(a fallback "web-safe" font that will always be available)
This script targets any <textarea>
on ths site, so it may affect ones beyond
BBCode editors (which are unfortunately not marked up in any easily-identifiable
way), but that seems like a good thing.