Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

embedding angular material icons dont works #2119

Open
baggior opened this issue Mar 12, 2024 · 0 comments
Open

embedding angular material icons dont works #2119

baggior opened this issue Mar 12, 2024 · 0 comments
Labels

Comments

@baggior
Copy link

baggior commented Mar 12, 2024

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

$mat-font-url: 'styles/font/' !default;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants