Converts this object into a JSON format suitable for the rendering engine.
Map<String, String> toJson() => { 'font_family': fontFamily, 'src': src, };