mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-24 15:37:55 +01:00
Move to nonblocking font loading
This commit is contained in:
parent
dded18ffa1
commit
223c19a18c
@ -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
|
||||||
|
@ -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" />
|
||||||
|
Loading…
Reference in New Issue
Block a user