This repository was archived by the owner on Jul 15, 2022. It is now read-only.
File tree 4 files changed +6
-2
lines changed
4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 79
79
"git-rev-sync" : " ^1.12.0" ,
80
80
"hammerjs" : " ^2.0.8" ,
81
81
"husky" : " ^0.14.3" ,
82
+ "material-icons" : " ^0.2.3" ,
82
83
"npm-run-all" : " ^4.1.3" ,
83
84
"npx" : " 10.2.0" ,
84
85
"path" : " ^0.12.7" ,
Original file line number Diff line number Diff line change 10
10
< link rel ="icon "
11
11
type ="image/x-icon "
12
12
href ="favicon.ico ">
13
- < link href ="https://fonts.googleapis.com/icon?family=Material+Icons "
14
- rel ="stylesheet ">
15
13
< style >
16
14
html ,
17
15
body {
Original file line number Diff line number Diff line change 1
1
@import ' ~xterm/dist/xterm.css' ;
2
+ @import ' ~material-icons/iconfont/material-icons.css' ;
2
3
@import ' ~@angular/material/theming' ;
3
4
@import ' timoneer-theme' ;
4
5
@import ' application.variables' ;
Original file line number Diff line number Diff line change @@ -4758,6 +4758,10 @@ map-visit@^1.0.0:
4758
4758
dependencies :
4759
4759
object-visit "^1.0.0"
4760
4760
4761
+ material-icons@^0.2.3 :
4762
+ version "0.2.3"
4763
+ resolved "https://registry.yarnpkg.com/material-icons/-/material-icons-0.2.3.tgz#1f84d50effbb700287ba44a21bbce0339252ccaf"
4764
+
4761
4765
math-random@^1.0.1 :
4762
4766
version "1.0.1"
4763
4767
resolved "https://registry.yarnpkg.com/math-random/-/math-random-1.0.1.tgz#8b3aac588b8a66e4975e3cdea67f7bb329601fac"
You can’t perform that action at this time.
0 commit comments