Monospace font-family option for Through the Ages notes
Posted: 06 March 2021, 12:28
I think this would be nice and easy to implement too.
A Monospace Font-family is a kind of font where all characters have the same horizontal size.
That makes them very easy to align over each other.
You can try it for yourself by pasting this to the javascript console
A Monospace Font-family is a kind of font where all characters have the same horizontal size.
That makes them very easy to align over each other.
You can try it for yourself by pasting this to the javascript console
Code: Select all
document.getElementById('turnbased_notes_content').style['font-family'] = "monospace";