79729084

Date: 2025-08-07 20:04:34
Score: 0.5
Natty:
Report link

font-display: swap; in your CSS code tells the browser to use the default font when the desired font is not available immediatly. As soon as it's available, the browser swaps the font.

You can change it to

font-display: block;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: obs