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

Fix hard coded font sizes in caspian.css

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • fx2.0
    • fx2.0
    • javafx

      Everywhere we specify a hard coded font in css like

      .chart-title {
          -fx-font: 24px "Amble Cn";
      }

      it should be a relative font size like:

          -fx-font-size: 1.166667em; /* 14pt - 2 more than the default font */

            leifs Leif Samuelsson (Inactive)
            jasper Jasper Potts (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: