-
Notifications
You must be signed in to change notification settings - Fork 12k
Adding Fonts #1317
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
Comments
The paths are relative to your CSS file. If you put a font directory in your app it should get copied to dist. Just need to make sure that you update the CSS file. I'm pretty sure that font-awesome has a variable you can tweak if you're using the SCSS version. |
Question more like about how to copy correctly fonts from node_modules into src folder And the answer is:
and then, somewhere in your sass change font-awesome font path:
|
I didn't had any issues copying over the font from the library with the same folder structure. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Hi im having a very difficult time trying to add font awesome to my application. The css loads fine and everything but I cant get it to load the fonts. What should I do to load the font in angular 2
The text was updated successfully, but these errors were encountered: