"Monospace" is a property of some typefaces that means that every character takes the same width.
Monospace fonts are standard in most coding environments.
They also make it possible to make [[Acrostics]] where it's not necessarily the _first_ letter that's the acrostic.
Standard monospace fonts:
- <span style='font-family:"system ui"'>System UI</span> - actually invokes different typefaces per system
> It’s possible in CSS to invoke system UI fonts in web pages: `font-family: system-ui` results in Segoe on Windows, San Francisco on macOS, and Roboto on Android.
- <span style='font-family:"courier new"'>Courier New</span>
- <span style='font-family:"consolas"'>Consolas</span>
- <span style='font-family:"andale"'>Andale</span>
****
# More
## Source
- Self
- https://fonts.google.com/knowledge/glossary/system_font_web_safe_font
## Related
- [[ASCII Art]]