So it's common knowledge that if you load like 100 fonts from, say, Google Fonts, then it will probably cause some loading performance issues on your site. But it's not totally clear to me if almost all of that performance hit is just from downloading from Google, or if it's partially due to just having to parse through the various fonts.
I'm currently building an Electron app meant to be run locally. If I package fonts within the app and load them, will I have to worry about any load times from parsing/loading the font files?
Use dev tools on your webpage. Go to the network tab and see how long each resource takes to load.