NathanWalker / nativescript-ngx-fonticon

Use custom font icon collections seamlessly with NativeScript + Angular.
MIT License
76 stars 39 forks source link

TNSFontIconService can't load anything with NativeScript angular template #36

Closed leosol closed 6 years ago

leosol commented 6 years ago

I'm writing this issue just in case it might be useful for somebody. I guess it's not a problem at all. I've just copied NativeScript/template-master-detail-ng and tried to use fonticon. With debug output activated, it was showing only the folowing lines

Collections to load: fa
----------
Loading collection 'fa' from file: ./fonts/font-awesome.css

After some trying, I changed from font-awesome.css to font-awesome.txt and everything worked fine. I guess something is minifing css and scss files removing \r\n...