Skip to content

Commit 7eeb133

Browse files
Merge pull request #466 from stefannikolei/patch-1
Add LFS to readme
2 parents f62a0ab + bc2501d commit 7eeb133

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,18 @@ This repository contains [git submodules](https://blog.github.com/2016-02-01-wor
8484
git submodule update --init --recursive
8585
```
8686

87+
### LFS
88+
89+
This repository uses LFS Large File Storage. To configure it for the project, navigate to the repository root and type:
90+
91+
``` bash
92+
git lfs install
93+
```
94+
95+
``` bash
96+
git lfs pull
97+
```
98+
8799
### Features
88100
- Reading font description (name, family, subname etc plus other string metadata).
89101
- Loading OpenType fonts with with CFF1 and True Type outlines.

0 commit comments

Comments
 (0)