Problem with Google Page Speed because of custom font
It’s a common issue. Since Google PageSpeed flags layout shifts caused by fonts, using font-display: swap is a good move. Because you’ve installed the font via the WP backend Typography / Styles, you’ll need to override or add CSS to the font face rule so it includes font-display: swap. For example: @font-face { font-family: ‘YourCustomFont’; … Read more