I have created a custom module. Which works on odoo 9 CE and EE perfectly.
Now, I am porting it to odoo 10 CE and EE. I have some custom fonts in the module (it is website related). Everything is working fine but the font is not loading. The fonts are ins static/src/fonts folder and I am using @font-face to refer to the fonts.
The fonts are not loading on website. What is the problem?