scenesFontProperty

An ObservableOptionalFont, whose value is Theme.defaultFont. To access this is quite convoluted, because both Node.scene and Scene.theme can change.

Therefore, this is lazily evaluated, and in the vast majority of cases, it is never evaluated.

Used by the em function to convert from ems to pixels for nodes which do not have a Font property.