public final CssMetaData<S, Font> createFontCssMetaData (String property, Function<S, StyleableProperty<Font>> function, Font initialValue)

Create a CssMetaData<S, Font> with initial value, and inherit flag defaulting to true.

Parameters:
property    The CSS property name.
function    A function that returns the StyleableProperty<Font> that corresponds to this CssMetaData.
initialValue    The initial value of the property. CSS may reset the property to this value.

Exceptions:
java.lang.IllegalArgumentException    if property is null or an empty string, or function is null.