typefaces icon indicating copy to clipboard operation
typefaces copied to clipboard

readme instructions for importing into Angular

Open saunandrea opened this issue 6 years ago • 1 comments

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!

saunandrea avatar Oct 10 '19 21:10 saunandrea

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!

cichy380 avatar Jan 22 '20 08:01 cichy380