If you put @font-face in a css file, font is not loaded.
By debugging we can see in the StyleManager that the stylesheet.getFontFaces() at line 1078 return an empty list for all css files .
Using the same @font-face with 8u20 working like a charm.
For the test case, just take a css and put @font-face definition.
By debugging we can see in the StyleManager that the stylesheet.getFontFaces() at line 1078 return an empty list for all css files .
Using the same @font-face with 8u20 working like a charm.
For the test case, just take a css and put @font-face definition.