Move to nonblocking font loading

This commit is contained in:
Paulo Gustavo Veiga 2022-09-11 13:59:44 -07:00
parent dded18ffa1
commit 223c19a18c
2 changed files with 2 additions and 3 deletions

View File

@ -8,6 +8,7 @@ services:
environment: environment:
- CYPRESS_imageSnaphots=true - CYPRESS_imageSnaphots=true
- CYPRESS_updateSnapshots=true - CYPRESS_updateSnapshots=true
- -DPNG_ARM_NEON_OPT=0
volumes: volumes:
- .:/e2e - .:/e2e
- node-modules:/e2e/node_modules - node-modules:/e2e/node_modules

View File

@ -7,9 +7,7 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="icon" href="<%=PUBLIC_URL%>/favicon.ico" /> <link rel="icon" href="<%=PUBLIC_URL%>/favicon.ico" />
<link rel="preconnect" href="https://fonts.gstatic.com" /> <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;600&display=swap" rel="stylesheet" onload="if(media!='all')media='all'" media="none"/>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;600&display=swap"
rel="stylesheet" />
<meta name="viewport" content="width=device-width" /> <meta name="viewport" content="width=device-width" />
<meta name="theme-color" content="#000000" /> <meta name="theme-color" content="#000000" />