Hi team,
i always get this hint by adding my own font into backend.
How can i include this font-display when loading external font?
Must the font-face be defined new?
Hey Sebastian,
I believe that this refers to the the @font-face css that you add, see this font-display documentation
There are five font-display values:
font-display: auto;
font-display: block;
font-display: swap;
font-display: fallback;
font-display: optional;
so you should add one to your css, it seems that font-display: fallback; would be good choice, but you can research it further and decide what is best for you.
Best regards,
Mike