m.setDefault("normal");
m.addShorthand(s_generics[PR_FONT]);
addPropertyMaker("font-variant", m);
// font-weight
m = new FontWeightPropertyMaker(PR_FONT_WEIGHT);
m.setInherited(true);
m.addKeyword("normal", "400");
m.addKeyword("bold", "700");
m.addEnum("bolder", getEnumProperty(EN_BOLDER, "BOLDER"));
m.addEnum("lighter", getEnumProperty(EN_LIGHTER, "LIGHTER"));