Is there a reason why the quotes style doesn’t actually… add quotes? Is it just a stylistic choice?
I miss it for academic writing, so I’m using this CSS:
.quote:before {
font-weight: bold;
font-family: Arial;
content: open-quote;
}
.quote:after {
font-weight: bold;
font-family: Arial;
content: close-quote;
}
Does this make sense? Or am I just missing something
By the way, the shortcut for quotes (’) doesn’t seem to be working (web or desktop).
Edit: to make quotes look better