Matt Knight
My feedback
3 results found
-
2 votes
An error occurred while saving the comment An error occurred while saving the comment Matt Knight commentedThanks for your help anyway, Michael
An error occurred while saving the comment Matt Knight commentedThanks Michael, is that for Windows? I eventually found the file on my Mac here:
/Users/xxxxxxxx/Library/Preferences/Adobe Illustrator 27 Settings/en_GB/AdobeFnt_OSFonts.lst
I changed the ArialMT fonts to Arial. However, when I exported the SVG and checked the code the style elements were still referencing ArialMT.
I checked the AdobeFnt_OSFonts.lst file again and the changes I had made were reverted back, e.g. ArialMT
I am using Illustrator 27.8, so may be your workaround got broken in an earlier 27.x update?
Thanks
Matt
An error occurred while saving the comment Matt Knight commentedHi Michael
I'm still using version 27. Where is the AdobeFnt_OSFonts.lst found. I looked in:
/Users/xxxxxx/Library/Application Support/Adobe/Adobe Illustrator 27/en_GB
But could only see IllustratorFnt.lst
Thanks
Matt
An error occurred while saving the comment Matt Knight commentedDisappointed to see that still has not be addressed
Matt Knight shared this idea · -
2 votesMatt Knight shared this idea ·
-
5 votesMatt Knight supported this idea ·
Something I just discovered, when you save an SVG using Export As… the font-family is set to:
font-family: ArialMT, Arial;
Which would solve this issue for us, except that we cannot use Export As… as the SVG is not then compatible with our content management system, which requires the !DOCTYPE declaration to be included.
Why does that not happen when using Save As…, surely that must be a fairly simple thing to implement?