-
Notifications
You must be signed in to change notification settings - Fork 53
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
Defork #16
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…n Italic Thin Italic is mainly slanted. Needs some adjustments
This recreates the Kerning Groups and Kerning pairs of the original version that where lost in the Mark/Nhung glyph migration. It also includes Nhung Vietnamese additions
Cyrillic merge
Revert "Cyrillic merge"
… fixed to do soon
- Finished updating all diacritics to use *comb components - Finished fixing migration stuff - New /cedilla design - Manually add lnum OT features, since Glyphs fails to do it automatically since it can not recognize the default figure style.
And lot’s of fixing and elbow grease
The repos that should have been forks of this one from @impallari and @TypeNetwork contain a dense history with hundreds of MBs worth of generated TTF/OTF/WOFF artifacts, rasterized diffs, random screenshots of work in progress, ZIP backup files, and other cruft that should never have been part of a font's source repository. Only removing the documents folder is aggressive in that it did have some promotional materials that could be considered valid to store in a font source repo, but since they are out of date anyway I think redoing them from scratch will be better. This commit is empty, but marks the point where I took those repositories, sanitized them with the below command, and will splice the result back into The League of Moveable Type's official repository. git filter-repo --invert-paths \ --path-glob '*.otf' \ --path-glob '*.woff' \ --path-glob '*.woff2' \ --path-glob '*.zip' \ --path-glob '*.png' \ --path-glob 'fonts/*' \ --path-glob 'documents/*' \ --path-regex '^((?!VTT).)*\.ttf$'
This was referenced Aug 24, 2020
This was referenced Aug 26, 2020
Open
These would need to be regenerated after any changes to the font to be useful anyway. The data we need to build the fonts is in the TTX files anyway, and anybody working to re-created it should merge those TTX dumps into a fresh build of the TTF fonts before proceeding. Keeping these binaries around doesn't make it easier to contribute to the font, it only misleads.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Gather together stray forks, keeping just the sources and necessary tooling in logical commit order but discarding the generated artifacts found in fork repositories.