You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added some fonts to my Figma project and everything was working fine. The next day i return to my project but the added fonts are being reported as missing (even though i had no problems with them the day before).
After some inspection we realized the URL from where the font comes is being parsed wrong by font-helper.
Hi,
I added some fonts to my Figma project and everything was working fine. The next day i return to my project but the added fonts are being reported as missing (even though i had no problems with them the day before).
After some inspection we realized the URL from where the font comes is being parsed wrong by font-helper.
this is what the URL for the font looks like:
http://127.0.0.1:18412/figma/font-file?file=%2Fhome%2Fnsf%2F.fonts%2Ff%2FFrutiger-Medium.otf&freetype_minimum_api_version=20
" &freetype_minimum_api_version=20 " - this part is being added by the font-helper, thus corrupting the path.
Thanks in advance for a fix, some help or a correction if i am misunderstanding something here.
The text was updated successfully, but these errors were encountered: