Commit d1e0cf175e47aef6a8a1c137205bdd2703ab0bce

Authored by Vladyslav_Prykhodko
1 parent b22404e9

UI: Fixed load material icon fonts

... ... @@ -63,7 +63,7 @@
63 63 {
64 64 "glob": "**/*",
65 65 "input": "node_modules/material-design-icons/iconfont/",
66   - "output": "/fonts"
  66 + "output": "assets/fonts"
67 67 }
68 68 ],
69 69 "styles": [
... ...
... ... @@ -24,8 +24,8 @@
24 24
25 25 <meta name="viewport" content="width=device-width, initial-scale=1">
26 26 <link rel="icon" type="image/x-icon" href="thingsboard.ico">
27   - <link rel="preload" href="fonts/MaterialIcons-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
28   - <link rel="stylesheet" href="fonts/material-icons.css" />
  27 + <link rel="preload" href="assets/fonts/MaterialIcons-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
  28 + <link rel="stylesheet" href="assets/fonts/material-icons.css" />
29 29 <style type="text/css">
30 30
31 31 body, html {
... ...