Related to this: https://wordpress.org/support/topic/swap-font/#post-12961283
Google Fonts have an optional parameter: https://web.dev/font-display/?utm_source=lighthouse&utm_medium=unknown#google-fonts
This is not a CSS property per se, but a @font-face descriptor. So it needs to reside inside the @font-face definition, not in a regular CSS rule.
Related to this: https://wordpress.org/support/topic/swap-font/#post-12961283
Google Fonts have an optional parameter: https://web.dev/font-display/?utm_source=lighthouse&utm_medium=unknown#google-fonts
This is not a CSS property per se, but a @font-face descriptor. So it needs to reside inside the @font-face definition, not in a regular CSS rule.