I added my angular project for open sans and i added this <link rel="stylesheet" href="../node_modules/open-sans-fontface/open-sans.css"> in header,
when i run the project on localhost , that node_module working fine. but i hosted my project , that <link rel="stylesheet" href="../node_modules/open-sans-fontface/open-sans.css"> not working . anyone know how to fix that issue .
Thanks