我有通过php生成的svg文件,但它不包含adobe illustrator应用程序中的字体。
示例:font-family:' Twine'
<text fill="#000000" stroke="none" stroke-width="0" stroke-linecap="round" stroke-linejoin="round" x="175" y="131" text-anchor="left" font-size="90.75" font-family="Twine" data-textcurve="0" data-itemzoom="1 1">Hello</text>
但是当我在adobe illustrator中打开相同的文件时,它的字体系列名称为“aaa Twine&#39;”。如何修复font-family
在我的fonts文件夹中,我有
的ttf,woff,png文件/data/fonts/aaatwine.ttf
/data/fonts/aaaTwine.woff
/data/fonts/Twine.png