-
Enhancement
-
Resolution: Fixed
-
P3
-
fx2.0
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
@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
- relates to
-
JDK-8102635 Add support for WOFF font format
- Resolved