-
Bug
-
Resolution: Fixed
-
P3
-
fx2.1
-
Mac OS 10.7; JDK 1.6.0_29 64 bit
Please see the attached application for the repro case. Do check amx.css file under the cs folder. In amx.css file the font families are defined as following
font-family:'Helvetica Neue', Arial,sans-serif;
Due toRT-19678 issue, Helvetica Neue is not supported in WebView, that is understood, but the point is the font should not default to Times New Roman. The WebView should try to load the next available font which is Arial, and it is not doing that as you can see in the attached application.
So we cannot work around the Helvetica Neue issue by using the CSS fallback option. We cannot remove Helvetica Neue from font family as that is needed at RT and the fallback to Arial is needed for DT
font-family:'Helvetica Neue', Arial,sans-serif;
Due to
So we cannot work around the Helvetica Neue issue by using the CSS fallback option. We cannot remove Helvetica Neue from font family as that is needed at RT and the fallback to Arial is needed for DT
- duplicates
-
JDK-8126199 Serif font not displayed
-
- Closed
-
- relates to
-
JDK-8117233 tests crash on ubuntu due to missing primaryFontData
-
- Closed
-
-
JDK-8127479 WebView crash while rendering wikipedia.org
-
- Closed
-