Using the Generatepress guide, I installed two google fonts locally by saving them in /wp-content/themes/generatepress/assets/fonts/. I also put the CSS in the “additional css” section of the customizer.
End result: one google font (cinzel) loads, the other (quicksand) does not. Also, display-font: swap is not working when i add it to the CSS in the customizer. Any ideas?
No, I was able to figure it out. For some reason the root folder in the CSS for one font needed www. at the beginning of the URL, while the other did not. That solved it.