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

CSS add support for CSS3 @font-face

    XMLWordPrintable

Details

    Description

      CSS3 has support to load any font from a URL with syntax like:

      @font-face {
        font-family: 'Tangerine';
        font-style: normal;
        font-weight: normal;
        src: local('Tangerine'), url('http://themes.googleusercontent.com/font?kit=HGfsyCL5WASpHOFnouG-RKCWcynf_cDxXwCLxiixG1c') format('truetype');
      }

      Spec: http://www.w3.org/TR/css3-fonts/#the-font-face-rule
      Desc: http://www.css3.info/preview/web-fonts-with-font-face/

      There are public resources for these fonts that we would like to make available to developers such as: http://code.google.com/webfonts

      Attachments

        Issue Links

          Activity

            People

              jasper Jasper Potts (Inactive)
              jasper Jasper Potts (Inactive)
              Votes:
              3 Vote for this issue
              Watchers:
              11 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported: