I am trying to include some custom fonts in my project with no success.
NOTE: I am using angular-cli: angular-cli@1.0.0-beta.21
I put the fonts in
If using SCSS you can:
Install roboto-fontface
roboto-fontface
npm install roboto-fontface --save
Import on your styles.scss file
@import '~roboto-fontface/css/roboto/roboto-fontface.css'; body { font-family: Roboto, Helvetica, Arial, sans-serif; }