Skip to content

Commit

Permalink
fix(frontend) install material symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Narcisi committed Dec 9, 2024
1 parent 590a7ed commit 2d48fb8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"node_modules/@swimlane/ngx-datatable/assets/icons.css",
"src/styles.scss",
"node_modules/material-design-icons/iconfont/material-icons.css",
"node_modules/material-symbols/index.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 @@ -54,6 +54,7 @@
"leaflet.markercluster": "^1.5.3",
"lodash": "^4.17.21",
"material-design-icons": "^3.0.1",
"material-symbols": "^0.27.2",
"moment": "^2.30.1",
"ng2-charts": "^4.1.1",
"ng2-cookies": "^1.0.12",
Expand Down
8 changes: 0 additions & 8 deletions frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@
rel="icon"
href="data:;base64,iVBORw0KGgo="
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=keep"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=do_not_touch"
/>
</head>
<body>
<pnx-root></pnx-root>
Expand Down
1 change: 1 addition & 0 deletions frontend/src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import 'conf/names_variables.scss';
@import 'material-symbols';

html,
body,
Expand Down

0 comments on commit 2d48fb8

Please sign in to comment.