如何将 python 字体重置为默认字体

how to reset python font to default

我想知道如何在代码中将字体重置为默认值。 我用了

Frame4.option_add("*Font", "Arial, 14")

为了使消息框视觉上变大,现在我想return关闭框后恢复正常。 我试过了

window.option_add("*Font", "Courier New, 10"

但它一直给出有关期望整数的错误,但得到了新的

你应该可以做到:

window.option_add("*Font", "Courier, 10")