typefaces
typefaces copied to clipboard
readme instructions for importing into Angular
I realize this is more of a StackOverflow question but I don't think it's out of line to add instructions for adding this package to an angular project. Thank you and any tips are welcome!
I am using Angular 8. I installed typeface-roboto pack
npm install --save typeface-roboto
and imported CSS file from pack in my SCSS project file:
@import '~typeface-roboto/index.css';
Works for me!