You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the font files for Source Sans 3 and Source Code Pro don't include the font-display: swap; property in their CSS. Adding this would improve font loading by using fallback fonts until the preferred ones are ready, which can help prevent "invisible text" during slow font loading for users with slow internet connection.
This will help enhance performance let me know what you think!
Thanks!
The text was updated successfully, but these errors were encountered:
Hey there!
I noticed that the font files for Source Sans 3 and Source Code Pro don't include the
font-display: swap;
property in their CSS. Adding this would improve font loading by using fallback fonts until the preferred ones are ready, which can help prevent "invisible text" during slow font loading for users with slow internet connection.This will help enhance performance let me know what you think!
Thanks!
The text was updated successfully, but these errors were encountered: