-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to load local fonts #30
Comments
Thank you @lab360-ch for the fix and @ChugunovRoman for the quick merge! If anyone else sees this, note that this won't fix the version that is installed because (as of now) there is not a new I forked and created a new release, so if you just want to install the new version you can download the install.sh script according to the README instructions and just |
@louispotok I've tried installing your Any suggestions? I disabled the old service first, deleted all the files from the installation and then installed your version. |
@louispotok can you help? its really confusing reading your reply "and just |
By that he means, in the Still isn't working for me after I do that though |
@huzaifahj
Both should be fixed, try again! |
FINALLY IT WORKS TYSMM!!! :DDDDDDDD |
Lately, Figma tries to load the local fonts with an additional query parameter
freetype_minimum_api_version
.Here is an example of the request URL:
http://127.0.0.1:18412/figma/font-file?file=<font_path>&freetype_minimum_api_version=20
In the current Implementation, additional query parameters are not handled.
I implemented a simple parsing of the query parameters to fix this issue in the Pull request #29.
Hopefully this pull request gets accepted, that this cool service will work again.
Best regards and thanks to the creator of this project
The text was updated successfully, but these errors were encountered: