Replies: 1 comment 2 replies
-
Have you tried adding this css? @font-face {
font-display: swap !important;
} |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I possible change the way font display on the browser?
currently the display of the font family is block, and I want to make it to be swap because it blocks First Contentful Paint on my site
Beta Was this translation helpful? Give feedback.
All reactions