I want to import a new font to my Angular 5 project.
I have tried:
1) Copying the file to assets/fonts/
2) adding it to .angular-cli.json
styles
but I have checked that the file is not a .css
, it is an .otf
that works like an .exe
(it is an installer) so I do not really know how to import it. Any idea?
.angular-cli.json
file – Arsis