I am having a problem with text not showing up in an ExtJS modern theme app on Windows 8 & 10. The text exists in the DOM when viewed in Developer Tools but not in the app. Works fine on Ubuntu and Windows 7.
No error found on Chrome but no text is visible. I get the following on IE.
Code:
CSS3114: @font-face failed OpenType embedding permission check. Permission must be Installable.
for each of the following:
Code:
File: OpenSans-Regular.ttf
File: OpenSans-Semibold.ttf
File: OpenSans-LightItalic.ttf
File: OpenSans-Italic.ttf
File: OpenSans-Light.ttf
File: OpenSans-ExtraBoldItalic.ttf
File: OpenSans-ExtraBold.ttf
File: OpenSans-SemiboldItalic.ttf
File: OpenSans-BoldItalic.ttf
File: OpenSans-Bold.ttf
I know this is my clue but I cannot figure out the solution. 
Please point me in the correct direction.