One thing to note after upgrading to 2.4…
Before, where I had Google fonts set in my “text settings” screen, they loaded fine. On 2.4, they didn’t!
However, importing them manually into my CSS worked. For example to use the Cardo font, just add the below line into CSS.
@import url(‘https://fonts.googleapis.com/css2?family=Cardo&display=swap’);
No doubt it’ll be fixed in a future update.