From fa5b411b38001ba204e5484062c0a99f174386db Mon Sep 17 00:00:00 2001 From: George <31376482+george-gca@users.noreply.github.com> Date: Sun, 28 Jan 2024 20:11:44 -0300 Subject: [PATCH] Adding display swap to Google Fonts Adding suggestion from [Lighthouse results](https://developer.chrome.com/docs/lighthouse/performance/font-display/?utm_source=lighthouse&utm_medium=cli#google_fonts) --- _includes/head.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/head.liquid b/_includes/head.liquid index b8c27ab4b84f..e03272650f63 100644 --- a/_includes/head.liquid +++ b/_includes/head.liquid @@ -22,7 +22,7 @@ defer rel="stylesheet" type="text/css" - href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:100,300,400,500,700|Material+Icons" + href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:100,300,400,500,700|Material+Icons&display=swap" >