I removed google fonts from my site
I recently read The three lines of CSS that saved me 40kb and might do the same for you, and saw the final footnote of "Because you're not using Google fonts, right?". My reaction was "No, of course not, I've never added that" but just to be sure I decided to check. And in my CSS, I found:
@import url('https://fonts.googleapis.com/css2family=Special+Elite&display=swap');
I was a bit surprised at first since I've never deliberately added that myself until I realized what probably had happened.
My CSS is very much a patch-job. It's me seeing different cool things on other websites, hitting F12, copying it over, and trying to work my way through MDN Docs until I figure out how it work and how I adapt it to my site. That's how I made my Garden, stolen directly from Ava or my Gallery ripped from Ang. I assume that I at one point in stealing other peoples CSS's have managed to copy over this here without noticing it myself. This would also explain why I found 3 other fonts there which were no longer in use. Perhaps my stuff is due for a little cleanup and restructuring anyways
Anyways, now all is cleaned up again, keeping my site as free from tracking and analytics as physically possible :)