As the title states, I have ionicons and pe font's in assets -> fonts folder.
In my application.rb file
config.assets.paths << Rails.root.join('/app/assets/fonts')
All icons work on desktop, that's pe and ionicons that are in my fonts folder as well as fonts from the gem 'font-awesome-rails'
Website seen through Google Chrome on my desktop
However, on mobile ALL fonts are seen as a blank box which suggest to me a 404 error but I don't understand what difference it would make whether its loaded from desktop or mobile.