How to apply bold tag in Card window?

Hi

I don’t know how and where the “bold” tag in the Card < Card Window to give boldness to my entries, so I have to select my text and then click the bold button. I try a few times and apply a bold tag, but didn’t get an answer. Actually, I don’t know the correct place for this tag. Below is an example of one of my deck’s styles. Please show me where I should put the “bold” tag in this to know forever.

<div style='font-family: Cambria; font-size: 40px; color: #06268C; text-align:left'>{{edit:Phrase}}</div>

Thank You!

add font-weight: bold; so that it looks like

<div style='font-weight: bold; font-family...

2 Likes

add font-weight: bold; so that it looks like

<div style='font-weight: bold; font-family...

Cool, it works! Thanks you.