-
Notifications
You must be signed in to change notification settings - Fork 237
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
Ship static TTF files in the distribution archive #213
Comments
Curiosity question: How does this enable you to overcome the ownership/permissions issues when installing the font in your User Fonts folder? |
Thanks for your response, @kenmcd . The privileges are not the problem here. I can install any font I want, but its usability may be limited in some cases. I use Windows 10 on my laptop (should have clarified that in my initial post). I suppose it's some kind of quirk of Java in Windows, or maybe something else. It's hard to say but having the fonts as static TTF files really does help in my case. |
Hi @mrclayman! I will include this in the next update. I assume you aren't able to enable stylistic sets to use ligatures in this program? Would you be okay with having all ligatures on by default in the TTF fonts? It would be great if this addition also satisfied other requests, and having a version of the fonts with the ligatures on by default is something many have asked for. |
Hi @heathercran , thank you for your response. Rider does actually support activation of ligatures. Personally, I am not a big fan of those and I usually keep them off, but I suppose it won't be a big deal if they will be turned on by default. Will it still be possible to turn them off? Just curious. 😊 |
Hi all,
I am really happy to see that the project has started moving forward again; really grateful to all the people involved.
I have just one small request if I may -- I like to put the fonts everywhere I can and that includes my work laptop. Unfortunately, it's severely restricted when it comes to what I can install on it so when it comes to fonts, I can only install them to my profile. The kicker is that OTF and variable TTF installed in my local profile don't get picked up by JetBrains Rider, which is my main productivity tool, and I need to resort to manually converting the OTF files to TTF for them to work the way I need.
I would therefore like to humbly inquire if you guys could also ship static TTF files in the distribution archive. It would make upgrading to a newer version so much easier for me. 😊
Thanks in advance for your consideration.
The text was updated successfully, but these errors were encountered: