Cannot load fonts on Cordov android real device

When I run the same code from the cordova/www in the browser using cordova run browser everything is work and the f7-icons appear.

But when running the same app in Android device I get the next error:

Framework7Icons-Regular.2a3baed4.woff2:1 Failed to load resource: net::ERR_FILE_NOT_FOUND

I don’t know if this is something related to f7icons or Cordova, maybe you can help…

I am importing the icons like the follow:

npm i framework7-icons

(that’s the current version I use “framework7-icons”: “^3.0.1”)

import ‘framework7-icons’

And then in the code (in React)

<i className="f7-icons">house</I>

In the dev server and even in the Cordova’s dev server it works and the icon appear, but not in the real android app.