I'm trying to replace the HTML checkbox character with a simpler/straighter checkmark character, like so:
Since I'm styling the checkbox in pure CSS, I've tried changing the font-family
on content: '\2713'
and content: '\2714'
no no avail. Can anything else be used?