Mini Program canvas characters cannot be bold

Mini Program draws the text with canvas, and sets the text to be bold but does not respond. The code is as follows

      ctx.font=`50px bold`
      ctx.fillText("",0,0)
Dec.21,2021

reverse the order of writing

Menu