Site logo

Archived topic

How to add display:swap

1 reply · Started by Thushara on July 27, 2022

Viewing posts 1–2 of 2

Hi Thushara,

You can add it to your @font-face declaration.

For instance:

@font-face {
    font-family: My Font Name;
    font-display: swap;
    ...etc...
}

Hope this clarifies!

This archived topic is closed to new replies.