diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-03-28 19:09:53 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-03-28 19:09:53 -0400 |
commit | fb4e2bc3eb66ca861eb8393ade21811e4510669a (patch) | |
tree | 2ea81b40956165d9483c30032c51d6ed16957b07 /ufund-ui/src/index.html | |
parent | d6f4aad157baad7d9b25d56ce056b80805e88f5f (diff) | |
download | JellySolutions-fb4e2bc3eb66ca861eb8393ade21811e4510669a.tar.gz JellySolutions-fb4e2bc3eb66ca861eb8393ade21811e4510669a.tar.bz2 JellySolutions-fb4e2bc3eb66ca861eb8393ade21811e4510669a.zip |
Start implementation new design
Diffstat (limited to '')
-rw-r--r-- | ufund-ui/src/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ufund-ui/src/index.html b/ufund-ui/src/index.html index 0517d5e..34fe4b0 100644 --- a/ufund-ui/src/index.html +++ b/ufund-ui/src/index.html @@ -6,6 +6,10 @@ <base href="/"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="favicon.ico"> + <link rel="preconnect" href="https://fonts.googleapis.com"> + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> + <link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet"> + </head> <body> <app-root></app-root> |