Skip to content

Font files get corrupted when cloning this repository #41

@Person-93

Description

@Person-93

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions