Ensures USSC fonts will always load in SVG format, regardless of whether user has the Halis GR fonts installed on their local machine. To do this, the person creating the viz must save the SVG object and then reload it, saving it again using this function.

save_svg_fonts()

Arguments

load_file

Load old file that needs to be edited to host the USSC fonts.

save_file

Save new file to directory.

Examples

if (FALSE) { save_svg_fonts(load_file = "file.svg", save_file = "new_file.svg") }