embed_svg_fonts: Embed a font file into an SVG via @font-face
Description
Embed a font file into an SVG via @font-face
Usage
embed_svg_fonts(svg_content, font_family, woff2_path)
Value
SVG string with embedded @font-face rule.
Arguments
- svg_content
Character SVG.
- font_family
Font family name to embed.
- woff2_path
Path to a font file (.woff2, .ttf, .woff, or .otf).