Hacker News new | ask | show | jobs
by rkeene2 912 days ago
Yeah, it's not really usable without being able to configure a reasonable font.
1 comments

For now, go to devtools and save a chrome snippet with document.querySelector(.cm-scroller).style.fontFamily = "whatever"; hit save.

Then everytime you open, Ctrl+shift+i, Ctrl+o, enter, Ctrl+enter incantation will run it.

Emacs style, if I may ;)