We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f62a0ab + bc2501d commit 7eeb133Copy full SHA for 7eeb133
README.md
@@ -84,6 +84,18 @@ This repository contains [git submodules](https://blog.github.com/2016-02-01-wor
84
git submodule update --init --recursive
85
```
86
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
96
+git lfs pull
97
98
99
### Features
100
- Reading font description (name, family, subname etc plus other string metadata).
101
- Loading OpenType fonts with with CFF1 and True Type outlines.
0 commit comments