swlkr / janetdocs

A community documentation site for the janet programming language
https://janetdocs.com
MIT License
34 stars 9 forks source link

fixed-width font in the example editor? #17

Closed cellularmitosis closed 4 years ago

cellularmitosis commented 4 years ago

Heyo,

Have you considered using a fixed-width font in the examples editor?

I just modified the CSS locally and it seems to work well

textarea {
    font-family: monospace;
}
swlkr commented 4 years ago

I hadn't considered it before but I added it