summaryrefslogtreecommitdiffstats
path: root/webapp/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/public/index.html')
-rw-r--r--webapp/public/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/webapp/public/index.html b/webapp/public/index.html
index bf0eb84..aad90b7 100644
--- a/webapp/public/index.html
+++ b/webapp/public/index.html
@@ -6,9 +6,9 @@
<link rel="icon" href="/favicon.ico"/>
<title>Dashboard</title>
<meta name="theme-color" content="#0095ff" />
- <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
- <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">
+ <link rel="stylesheet" href="/gfonts/material-icon.css">
+ <link rel="stylesheet" href="/gfonts/font-roboto.css" type="text/css">
+ <link rel="stylesheet" href="/gfonts/font-roboto-mono.css">
</head>
<body>
<div id="app"></div>