Skip to content

Commit de5872e

Browse files
Merge branch 'main' into js/issue-462
2 parents f3e5ce5 + 7eeb133 commit de5872e

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)