Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1417185

    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?

    Screenshot

    • This topic was modified 1 year ago by xeovision.
    • This topic was modified 1 year ago by xeovision.
    • This topic was modified 1 year ago by xeovision.
    #1417284

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.