From 7b56daffe68c1874ece7ac3b5e252e1edfed980a Mon Sep 17 00:00:00 2001 From: ajitsinghkaler Date: Tue, 18 Feb 2020 23:31:41 +0530 Subject: [PATCH] fix(docs-infra): add fallback to web fonts so downloading does not block rendering (#35352) Light house was reporting that 'Ensure text remains visible during webfont load' solution to this problem was adding &swap to the end of web fonts this leads to our first text showing before web-font download and improves the performance of site link to article: https://web.dev/font-display/\?utm_source\=lighthouse\&utm_medium\=lr PR Close #35352 --- aio/src/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aio/src/index.html b/aio/src/index.html index ab1598d84d433..be6e88d5e3d43 100644 --- a/aio/src/index.html +++ b/aio/src/index.html @@ -20,9 +20,9 @@ - - - + + +