We have an application that should be able to run without internet access.
This is not compatible with the fact that some css on this project are importing font from fonts.googleapis.com.
I think that google fonts should be fully imported in the messenger project at build time. Deployed applications should not have to rely on any unmanaged provider to run correctly.
Hello,
We have an application that should be able to run without internet access. This is not compatible with the fact that some css on this project are importing font from
fonts.googleapis.com
.I think that google fonts should be fully imported in the messenger project at build time. Deployed applications should not have to rely on any unmanaged provider to run correctly.