-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Hosting Libertinus on a CDN #362
Comments
Same need. I eventually hosted the OTF on my forked repo. I know this is not the current direction (cf. 213c4b4). @alerque Do you need some help on this? |
Thanks for bringing this up. I do understand why it can be a need for people, but there are a number of issues here and it isn't clear to me what the best solution is.
Also ya'll using this online should be using a webfont build, not the OTFs! See #363. |
Thanks a lot for having shared your insights! I completely understand you don't want to host the service, or pay for it, and I agree with you. Thanks also for commenting on Google and GitHub. I did some research, and you're right, most of the CDNs aren't free. I found out about jsDelivr however, and people seem to like. You just need to maintain a repository with the binaries. It seems too good to be true, so I am probably missing something! That's worth trying though, with a big disclaimer. |
Re jsDelivr ... why don't you give that a test run for a while and report back in a month or two how it goes. If all is well I'll look into setting up an official one and wire up the release pipeline to publish to it automatically. |
Sure, let me try! |
WOFF2 files are now available thanks to #365. No issue with jsDelivr so far! One minor note: you cannot access released assets, the files must be in the tree. See this. |
Thanks for the testing @lutetiensis. This does look like a promising direction. However using a Git repo as a source looks like a dirty hack. Using a published NPM package as a source actually looks like a better direction. My suggestion is to:
How does that plan sound? Is there anyone with expertise on what the file layout of said NPM package should be for most efficient addition of a webfont to a project? If so please chip in that information on the Fontship issue I'm about to open... theleagueof/fontship#88 |
Sounds good to me! Let me know when you need a tester! |
First, congratulations for your work (and the previous maintainer's). Libertinus is my favorite font for composing in the fields of humanities.
I must, however, always deal with downloading, hosting and maintaining the font files from the releases. I tried to push hosting on Google Fonts, but it seems it will take time.
Is there any way for you to publish the OTF files on a CDN? I would love to have a static URL to the latest release, without having to host the files myself.
Thank you very much for your time.
The text was updated successfully, but these errors were encountered: