Monospace font-family option for Through the Ages notes

Suggestions & ideas / Suggestions & idées
Locked
User avatar
zedling
Posts: 7
Joined: 24 February 2021, 23:15

Monospace font-family option for Through the Ages notes

Post by zedling »

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

Code: Select all

document.getElementById('turnbased_notes_content').style['font-family'] = "monospace";
Attachments
monospace exaple
monospace exaple
mono.png (63.42 KiB) Viewed 302 times
User avatar
zedling
Posts: 7
Joined: 24 February 2021, 23:15

Re: Monospace font-family option for Through the Ages notes

Post by zedling »

I just realized that my post is not needed if you add this snippet to your profiles' advanced tab

Code: Select all

#turnbased_notes_content {
font-family:monospace;
}
Locked

Return to “Suggestions”