Google Pagespeed warns me
“Ensure text remains visible during webfont load”
Apparantly I need to add font-display setting.
I added the following to my global css settings but it didnt work
@font-face {
font-family: “Raleway”;
font-display: swap;
}
Can you please help