Testing bold script on Vincent in my SDMB Tweaker.
The problem seems to be that the font Vincent uses doesn’t actually have a bold version. So I have to fake it.
Here’s the code I added to the CSS for Vincent:
b, strong {
font-weight: bolder;
text-shadow: -0.3px 0, 0 0.3px, 0.3px 0, 0 -0.3px, -0.3px -0.3px, 0.3px 0.3px,
-0.3px 0.3px, 0.3px -0.3px;
font-synthesis: weight;
filter: brightness(110%);
}
Maybe this could be added to the Vincent theme by the devs.