Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8115920

WebView-component doesn't seem to render CSS @font-face declarations

XMLWordPrintable

    • web

      It would seem like @font-face declarations in CSS are either ignored or not parsed.

      A decent proof of concept would be to load the URL http://www.css3.info/preview/web-fonts-with-font-face/ in a webview, scroll down to the example and compare to the screenshot. The fonts are not beeing loaded.

      WebView browser = new WebView();
      WebEngine webEngine = browser.getEngine();
      webEngine.load("http://www.css3.info/preview/web-fonts-with-font-face/");

            vbaranov Vasiliy Baranov (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: