Teradata / covalent

Teradata UI Platform built on Angular Material
https://teradata.github.io/covalent/
MIT License
2.23k stars 359 forks source link

embedding angular material icons dont works #2119

Open baggior opened 5 months ago

baggior commented 5 months ago

cov.covalent-material-icons(); always download icons from google site instead I wish to embed in my bundle

reading the page https://teradata.github.io/covalent/v8/#/docs/theming/sass-mixins

// Include pre-bundled material-icons
$mat-font-url: '../node_modules/@covalent/core/common/styles/font/';
cov.covalent-material-icons();

but looking at performed netowrk requests it doesn't works as expected

Loking inside the code I've found that the variable $mat-font-url is not used at all in common/styles/font/_font.scss since tag version 8.1.0

https://github.com/Teradata/covalent/blob/0263a2036eb92556b44c07564314da22940a89ec/libs/angular/common/styles/font/_font.scss#L1