Skip to content
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

Font files get corrupted when cloning this repository #41

Open
Person-93 opened this issue Sep 12, 2021 · 1 comment
Open

Font files get corrupted when cloning this repository #41

Person-93 opened this issue Sep 12, 2021 · 1 comment

Comments

@Person-93
Copy link

The files get corrupted when I try to clone the repo or download it as a zip. The only way to get them is to download them as raw files.
After googling for a bit, I learned that this happens to font files in git repos because git tries to manage line endings for you. It can be fixed by adding this to your .gitattributes

*.woff binary
*.woff2 binary
@Person-93
Copy link
Author

It seems I spoke to soon. They all seem to be fine except the Inter-Regular.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant