From bc2501d40e0dc5ce31f17a0e9889030b0e0fffc9 Mon Sep 17 00:00:00 2001 From: Stefan Nikolei Date: Wed, 29 Oct 2025 20:32:40 +0100 Subject: [PATCH] Add LFS to readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 3e58ea98..090102e0 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,18 @@ This repository contains [git submodules](https://blog.github.com/2016-02-01-wor git submodule update --init --recursive ``` +### LFS + +This repository uses LFS Large File Storage. To configure it for the project, navigate to the repository root and type: + +``` bash +git lfs install +``` + +``` bash +git lfs pull +``` + ### Features - Reading font description (name, family, subname etc plus other string metadata). - Loading OpenType fonts with with CFF1 and True Type outlines.