Fonts on button but not in Text() output

Hi, there seem to be a few fonts on my system that show up on tk.Button() but not in my Text() output, like papyrus and felix titling and parchment mf . . : | _

How are you setting the font on the widget? You can try using tags.

txt.tag_add('newfont', '1.0', 'end')
txt.tag_configure('newfont', font='papyrus')