That’s awesome, thanks!
Thanks!
ok, I don’t know why it copies like that. it’s here
https://web.dev/font-display/?utm_source=lighthouse&utm_medium=unknown
sorry for the confusing text, lol here is the screenshot https://imgur.com/a/8EHHLXL basically, PageSpeed insights says to “Leverage the font-display CSS feature to ensure text is user-visible while web fonts are loading.” I want to know where should I put the “swap” that they suggest putting in. this is the example of what they say to copy
@font-face {
font-family: ‘Pacifico’;
font-style: normal;
font-weight: 400;
src: local(‘Pacifico Regular’), local(‘Pacifico-Regular’), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format(‘woff2’);
font-display: swap;
}