-
Notifications
You must be signed in to change notification settings - Fork 29
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
Inherit repo from https://bitbucket.org/m4rc1e/zillaslab #5
Conversation
Family mastering was undertaken by Google Fonts.
Can we please make sure both .woff and .woff2 are included? I will look at this PR later, thanks. |
It looks like this branch is missing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we're missing the requirements file? Once I can verify that installing/compiling from source works we can merge this. Thanks
I seem to get an error when compiling from source
|
@alexgibson Good spot. The chain runs the fonts through ttfautohint. You're getting this because you don't have it installed on your system. Try I'll flag this as an issue on fontmake. A better exception should be raised for this. |
I'll give this a go. Can we please add this to the readme? |
@alexgibson Once you've built the fonts, it may be best to get Peter Bilak to review the hints in Windows as well. He may prefer to have no autohinting. If he prefers the autohinting, we'll add installing ttfautohint to the readme. I must apologise for the amount of extra work this is involving. I was given a set of .ufo files which needed mastering. My task was to get this project onto Google Fonts only, hence why I've been rather sloppy. I shouldn't be devoting so much time to this. I think Mozilla needs to factor this into account and we may have underestimated the amount of time needed to get this production worthy. cc @davelab6 |
Thanks for the update. This is all news to me as well (all I was asked to do was push some files to a GitHub repo). I'll try and make sure Yulia gets this feedback. |
Ok, I can successfully generate the fonts from source after installing
I'll email Yulia and see if she can help get Peter to answer this question. |
@alexgibson I've now added .woff and .woff2 generation to the pipeline. cc @davelab6 |
@m4rc1e - thanks for the updates. I ran things locally and it generated the fonts as expected. A couple of small things and then I think we can merge this: 1.) Can we please include a compiled version of the fonts in this repo? This repo has existed for long enough now that people within the org are using it, and they may not want to have to go through compiling the fonts, or use the google hosted versions. I think just being able to grab them here is very convenient, so it's not something I think we should lose. 2.) Any reason why the license file was renamed to 3.) Once this merges, would you like me to tag a release? Thanks |
Hey Alex, Thanks for reviewing this.
I suggest we keep the binaries as a tagged release. Roboto follows this approach. I don't recommend storing binaries in git repos. They're hard to diff and people often forget to update them. By having them as a tagged release which only one individual can make keeps the repo much cleaner.
At GF, if a project uses the SIL Open Font License (this one does), we name the license OFL.txt. I guess we do this because our repo is a collection of many different families which contain differing license types. I am more than happy to revert this.
|
Ok, this makes sense agree.
If you could stick to the previous naming convention that would be great, thanks. |
Done Thanks for your feedback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @m4rc1e - I can appreciate the extra mile you've gone here. Nice work! 💯
Why isn't that done with fontTools? The current steps aren't very portable either... |
@adrientetar the tap bramstein/webfonttools allows for .eot font generation as well. I only included .woff and .woff2 because they had these before, 36d43f9.
This was bolted together quickly |
OFL.txt is recognised by Github, and we'll just rename it when importing
into the GF repo :)
|
Myself, @davelab6, Peter Bilak and Yuliya Gorlovetsky have discussed hosting this project on Google Fonts. In order to make this happen, I've had to master the family. The following changes have occured:
This is a pretty hefty pr so please check things through. I thought I'd send the pr now so we can all sync up. I/We still need to add .woff conversion to the build chain. When we're all happy, I'll delete my gitlab repo. The benefit of this approach is anyone can build the project using open source tools.
Just a side note, the binaries should also be stored as tagged releases :-)