How to change the weight of the "b" tag (CSS)

I have the note-type from the picture underneath.
The problem I’m facing is that I bold the words that I don’t know with the “b” tag when creating a card.
I want to stick to the principle of bolding them, but I noticed that it is very hard to see characters with many strokes on the phone, because the “bold-effect is too strong”. How can I solve this problem/is there a way to tell how “thick” the bold of the “b” tag should be?
Thanks in advance.

Yes there seems to be a way although I havent tested it but it should work.

.mobile b {
    font-weight: ...
}

https://docs.ankiweb.net/templates/styling.html#platform-specific-css

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.