The install path and Google Drive credentials path appear in serif font rather than monospace in the About window in macOS, and the following is printed to the console:
2021-01-17 14:25:25.021 python[25610:905537] CoreText note: Client requested name ".SFNSMono-Regular",
it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs
such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].