I have svg file which is generated through php but it doesnt contain the font which is having in the adobe illustrator application.
Example: 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>
But when i open the same file in adobe illustrator it is having the font-family name as 'aaa Twine'. How to fix the font-family
In my fonts folder I have ttf,woff,png file of
/data/fonts/aaatwine.ttf
/data/fonts/aaaTwine.woff
/data/fonts/Twine.png