What's the coding for strikethrough text in this format?

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.

Or they could just use the most recent version of the font from Google, using their font declarations. That’s what I finally wound up doing, to get a proper bold. Also, bold should be set to bold, not bolder, because bolder fails.

test test test

test test test

test test test