aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-07-10 17:30:15 +1000
committerTerry Truong <terry06890@gmail.com>2022-07-10 17:30:15 +1000
commitf0df00add356c0ee4cc8743a9ceeb276ae207715 (patch)
tree32c50d153e7ad1e9d315adaa697ae64b660f5522 /index.html
parentfe005a4aeb0bc3d384a8702da3a575398dd77ef2 (diff)
Add preload <link> for font
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index a40a2af..450edb4 100644
--- a/index.html
+++ b/index.html
@@ -2,10 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tilo: Interactive Tree of Life</title>
<meta name="description" content="An online tool for visually exploring the biological Tree of Life"/>
<link rel="icon" href="/favicon.png" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <link rel="preload" href="/fonts/Ubuntu-Regular.woff2" as="font" type="font/woff2" crossorigin/>
</head>
<body>
<div id="app"></div>