I experience FOUT - how to change font-display property on custom fonts?

Hi, is there a way to control the font-display property when using google fonts locally?
I constantly get some FOUT effect and I noticed that it is set to swap - I’d like to change it to block. How do I do it?

I think the only option is to go in Bricks settings and change the font loading mechanism to use the JS font loader instead of stylesheet.

I’ve also had this question and it’s really not as good as it could be, depending on if we load fonts with the custom local fonts versus native Bricks.

Lighthouse scores will ding me for FOUT and I can’t change the font loading style from block to swap or whatever it wants to see.

I ditched the bricks “custom font” mechanism alltogether. I use instead Matthias Altmann’s superb script (see here and follow the instructions). In the php script you can set the font-display property to whatever you like. It is a clever script that automates a lot of the work.