Skip to content

Commit

Permalink
relocalize material icon fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLechemia authored and jacquesfize committed Jul 11, 2024
1 parent f126bf4 commit f45aae1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"node_modules/@swimlane/ngx-datatable/themes/material.css",
"node_modules/@swimlane/ngx-datatable/assets/icons.css",
"src/styles.scss",
"node_modules/material-design-icons/iconfont/material-icons.css",
"node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css",
"node_modules/@circlon/angular-tree-component/src/lib/angular-tree-component.css",
"node_modules/leaflet.markercluster/dist/MarkerCluster.css",
Expand Down
6 changes: 6 additions & 0 deletions frontend/package-lock.json

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

1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"leaflet.locatecontrol": "^0.79.0",
"leaflet.markercluster": "^1.5.3",
"lodash": "^4.17.21",
"material-design-icons": "^3.0.1",
"moment": "^2.29.4",
"ng2-charts": "^4.1.1",
"ng2-cookies": "^1.0.12",
Expand Down
4 changes: 0 additions & 4 deletions frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
name="viewport"
content="width=device-width, initial-scale=1"
/>
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp"
rel="stylesheet"
/>
<!-- this fake favicon avoid default browser 404 -->
<link
id="favicon"
Expand Down

0 comments on commit f45aae1

Please sign in to comment.