Hello everyone!
This topic was made because I like to know what font the DevForum use for their preformatted text, so that I could change my font in Studio.
The default font in question looks like this:
local str = "This is the DevForum preformatted text!"
print(str)
If the font was changed for others in some setting I don’t know about, I mean this.
It depends on which browser and os your using… The css in the devforum just defines the font as monospace. .codeblock-buttons * { font-family: monospace, monospace !important; }
Here are the browser monospace fonts:
Internet Explorer: Courier New
Edge: Consolas
Firefox, Chrome: Courier New (courier on Mac)