-
Notifications
You must be signed in to change notification settings - Fork 181
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
How to add fonts #318
Comments
Any ideas? |
The most likely reason is that the path is not entirely correct but I would need more information to exactly pinpoint the problem. I would recommend just using a CDN for now. Good luck! |
I think I got it working.
And in my @import '~font-awesome/scss/font-awesome.scss' I am super new to this specific Angular file handling proccess. This was cobbled together from examples all around the web. |
I've installed font-awesome:
I've added these rules on
constants.js
:Into my
styles.scss
I've added this import:font-awesome
css rules are loaded but, fonts are not loaded.It seems fonts are requested by browser:
However, the response is the main html page:
Any ideas?
The text was updated successfully, but these errors were encountered: