summaryrefslogtreecommitdiffstats
path: root/webapp/public/index.html
diff options
context:
space:
mode:
authorJannik Schönartz2020-07-23 01:07:16 +0200
committerJannik Schönartz2020-07-23 01:07:16 +0200
commit91db27593ab11630d6127a0e807ca4ed5dd1b375 (patch)
tree8eadb0402c0b09e2b9bab8666eb1f319bfef93cb /webapp/public/index.html
parent[permissionmanager] frontend use own getChilds function (diff)
downloadbas-91db27593ab11630d6127a0e807ca4ed5dd1b375.tar.gz
bas-91db27593ab11630d6127a0e807ca4ed5dd1b375.tar.xz
bas-91db27593ab11630d6127a0e807ca4ed5dd1b375.zip
[webapp] Load fonts locally instead of from the google server
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>