TextStim, bold tag not working after updating to 2020.#.#

visual.TextStim, bold tag is not working after update. It is working fine in PsychoPy 3.2.4

face_label = visual.TextStim(win,pos = (0,0),height=85,color='red',units="pix",bold=True)

I don’t know if it is a bug or not, but same code in other PCs having psychopy 3.2.4 works pretty fine.

Also having this issue–were you able to resolve it?