This question/answer shows how to make part of a figure title or axis label bold. How do you change the font size of part of a title?
ax.set_xlabel('Unadjusted Font Size' + '\n' + r"$\bf{" + 'How do I make this part FontSize100?' + "}$")
Using Python 3.8