In the process of creating a web-based code editor, I have currently implemented the following rule for both line numbers and the source code:
font-family : "Courier New", Courier, monospace
I have a couple of questions regarding this choice:
- Will this font work effectively on all operating systems?
- Are there alternative fonts to Courier New that are specifically designed for source code and are widely installed on most computers?