File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 3333 "@angular/material" : " ~21.1.3" ,
3434 "@angular/platform-browser" : " ^21.1.0" ,
3535 "@angular/router" : " ^21.1.0" ,
36+ "@fontsource/material-icons" : " ^5.2.7" ,
37+ "@fontsource/poppins" : " ^5.2.7" ,
3638 "@geoengine/biois" : " file:../api-client/typescript" ,
3739 "rxjs" : " ~7.8.0" ,
3840 "tslib" : " ^2.3.0"
4244 "@angular/cli" : " ^21.1.3" ,
4345 "@angular/compiler-cli" : " ^21.1.0" ,
4446 "@angular/material" : " ^21.1.3" ,
45- "@fontsource/material-icons" : " ^5.2.7" ,
46- "@fontsource/poppins" : " ^5.2.7" ,
4747 "@vitest/coverage-v8" : " ^4.0.18" ,
4848 "angular-eslint" : " 21.2.0" ,
4949 "eslint" : " ^9.39.2" ,
Original file line number Diff line number Diff line change 66 < base href ="/ " />
77 < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
88 < link rel ="icon " type ="image/x-icon " href ="favicon.ico " />
9- < link href ="https://fonts.googleapis.com/icon?family=Material+Icons " rel ="stylesheet " />
109 </ head >
1110 < body >
1211 < app-root > </ app-root >
Original file line number Diff line number Diff line change @@ -2,7 +2,4 @@ import { bootstrapApplication } from '@angular/platform-browser';
22import { appConfig } from './app/app.config' ;
33import { App } from './app/app' ;
44
5- import '@fontsource/material-icons' ;
6- import '@fontsource/poppins' ;
7-
85bootstrapApplication ( App , appConfig ) . catch ( ( err ) => console . error ( err ) ) ;
Original file line number Diff line number Diff line change 66@use ' @angular/material' as mat ;
77@use ' ../theme-colors' as themeColors ;
88
9+ @import ' @fontsource/poppins' ;
10+ @import ' @fontsource/material-icons' ;
11+
912html {
1013 height : 100% ;
1114 @include mat .theme (
You can’t perform that action at this time.
0 commit comments