I can\'t load fonts in my Rails 4 app in production, it works normally in development.
Assets are precompiled on the server while deploying.
I have my fonts
Rails come with a prebuild helper for this. You need to use asset-url() instead of using url().