@Override
 public StylesBuilder fontWeight(FontWeight value) {
   return delegate.styleProperty(SafeStylesUtils.forFontWeight(value));
 }