Applying custom fonts/color

Actually I see you do try to set a color attribute on the span so maybe it’s that you will set a style on the span to just the color instead of a string like “color:” + node.getAttribute(‘color’) but you could debug the getAttrs method and just see what is happening.

1 Like