Skip to content
This repository was archived by the owner on Jul 15, 2022. It is now read-only.

Commit db02124

Browse files
author
Leonardo Chaia
committed
fix: include Material icon with Timoneer installation to support offline
1 parent 67b75e8 commit db02124

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"git-rev-sync": "^1.12.0",
8080
"hammerjs": "^2.0.8",
8181
"husky": "^0.14.3",
82+
"material-icons": "^0.2.3",
8283
"npm-run-all": "^4.1.3",
8384
"npx": "10.2.0",
8485
"path": "^0.12.7",

src/index.html

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
<link rel="icon"
1111
type="image/x-icon"
1212
href="favicon.ico">
13-
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
14-
rel="stylesheet">
1513
<style>
1614
html,
1715
body {

src/styles/application.scss

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@import '~xterm/dist/xterm.css';
2+
@import '~material-icons/iconfont/material-icons.css';
23
@import '~@angular/material/theming';
34
@import 'timoneer-theme';
45
@import 'application.variables';

yarn.lock

+4
Original file line numberDiff line numberDiff line change
@@ -4758,6 +4758,10 @@ map-visit@^1.0.0:
47584758
dependencies:
47594759
object-visit "^1.0.0"
47604760

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+
47614765
math-random@^1.0.1:
47624766
version "1.0.1"
47634767
resolved "https://registry.yarnpkg.com/math-random/-/math-random-1.0.1.tgz#8b3aac588b8a66e4975e3cdea67f7bb329601fac"

0 commit comments

Comments
 (0)