Hi,
This is issue with OpenSans fonts loading.
Quick fix is preloading required fonts.
In my case I put code below in the Ext.beforeLoad function in index.php
Note: My Ext.manifest is object...
Type: Posts; User: ss20
Hi,
This is issue with OpenSans fonts loading.
Quick fix is preloading required fonts.
In my case I put code below in the Ext.beforeLoad function in index.php
Note: My Ext.manifest is object...
To avoid console warning I have added in index.html
if(!/https:/.test(location.protocol))
delete window['applicationCache'];