I am trying to incorporate my own font. I put the font in client/assets/fonts/Gotham-Bold.otf
This is the error that I got
Failed to decode downloaded font http://localhost:9000/fonts/Gotham-Bold.otf
however, the backend console says GET /fonts/Gotham-Bold.otf 200 3ms
I also test this using plain express app and it works just fine. Is there any configuration specific to express in this generator tha makes this possible?