diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |
