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
In the fonts.css file on media.wago.io add in font-display: swap; within all of the @font-face.
The goal is for the original font to display and then after the fonts that are being loaded by fonts.css are loaded then the font is swapped in by the browser. This helps a user see text on the site before the fonts are fully loaded. Some testing is needed with this to ensure that the system font and the fonts.css fonts aren't REALLY different while waiting for the fonts to download.
In the fonts.css file on media.wago.io add in
font-display: swap;
within all of the@font-face
.The goal is for the original font to display and then after the fonts that are being loaded by
fonts.css
are loaded then the font is swapped in by the browser. This helps a user see text on the site before the fonts are fully loaded. Some testing is needed with this to ensure that the system font and the fonts.css fonts aren't REALLY different while waiting for the fonts to download.Example usage:
The text was updated successfully, but these errors were encountered: