Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

How to import font-awesome in this package #625

@ishan123456789

Description

@ishan123456789

I'm currently doing it like this:
$fa-font-path: "../../node_modules/font-awesome/fonts"; @import "../../node_modules/font-awesome/scss/font-awesome.scss";

And I've tried this as well:
$fa-font-path: "~font-awesome/fonts"; @import "~font-awesome/scss/font-awesome.scss";

Here's the error I'm getting:

Node Express server listening on http://localhost:4000 ERROR Something went wrong please try again later! ERROR { Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: 'fontawesome-webfont.woff2' Error: Cannot match any routes. URL Segment: 'fontawesome-webfont.woff2'

__zone_symbol__value: Error: Cannot match any routes. URL Segment: 'fontawesome-webfont.woff2'

Can you please guide me what configuration change do I need to implement to get it working. My configuration is same as one in your project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions