We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aecdbb0 commit f54ccbeCopy full SHA for f54ccbe
org/w3c/css/properties/css3/CssFontFamily.java
@@ -38,7 +38,7 @@ public class CssFontFamily extends org.w3c.css.properties.css.CssFontFamily {
38
}
39
40
41
- static CssIdent getGenericFontName(CssIdent ident) {
+ static public CssIdent getGenericFontName(CssIdent ident) {
42
int pos = genericNames.indexOf(ident);
43
if (pos >= 0) {
44
return genericNames.get(pos);
0 commit comments