summaryrefslogtreecommitdiffstats
path: root/webapp/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/index.html')
-rw-r--r--webapp/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/index.html b/webapp/index.html
index a7ac8cb..1e30823 100644
--- a/webapp/index.html
+++ b/webapp/index.html
@@ -7,7 +7,8 @@
<title>Dashboard</title>
<meta name="theme-color" content="#0195ff" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" type="text/css">
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto" type="text/css">
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Mono">
</head>
<body>
<div id="app"></div>