merge
Returns a new span style that is a combination of this style and the given other style.
other span style's null or inherit properties are replaced with the non-null properties of this span style. Another way to think of it is that the "missing" properties of the other style are filled by the properties of this style.
If the given span style is null, returns this span style.