I tried using @font-face{} rule in main.css, but unfortunately fonts could not load from ../public/fonts/
Then I included <style></style> tag in index.html and fonts still could not load from ../public/fonts/
But then I placed fonts in views/fonts and it worked...

but this solution is not working from main.css.
Any idea why is this happening???