Skip to main content
Participant
March 29, 2023
Question

How to export a svg without defined font but with text element, so font can be defined by css later?

  • March 29, 2023
  • 1 reply
  • 761 views

I would like to export a graphic with text as svg. The text element should be kept, because I want the font to be adjustable via css of the websites I upload the svg on later. Hence, outline text is not an option. 

 

While googling it said to choose export as SVG1.1, but I can't find this option. Was this an option once and is deleted? 

Does anybody have another solution than deleting the font-family manually from the svg after the export? 

This topic has been closed for replies.

1 reply

Mylenium
Legend
March 29, 2023

This is irrelevant. You can use whatever font you want and then the CSS engine or JavaScript will modify it based on the DOM. You may want to read up on this stuff.

 

Mylenium