Skip to content

embedding angular material icons dont works #2119

@baggior

Description

@baggior

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions