Skip to content

Commit

Permalink
Updated MDI to be loaded locally
Browse files Browse the repository at this point in the history
I had to kind of work around the fact that the github repo
for material-design-icons is outdated; some icons do not show up.
I found a recent Issue and downloaded the most recent version from
Google's hosted files for the material icon font. Even so, some icons
don't work, like battery level icons.

Here's the link to that Issue on the MDI repo:
google/material-design-icons#786
  • Loading branch information
matthew-ia committed Jun 15, 2018
1 parent 13552d9 commit 584404b
Show file tree
Hide file tree
Showing 11 changed files with 1,064 additions and 6 deletions.
2 changes: 0 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<title>Team Sunergy</title>
</head>
<body>
Expand Down
95 changes: 94 additions & 1 deletion src/style/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/style/css/style.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/style/css/style.min.css

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 584404b

Please sign in to comment.