diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-01-11 23:53:39 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-01-12 03:03:50 -0700 |
| commit | c685cdb459d821739da87d43b7200949f016fe7f (patch) | |
| tree | dbd02e144acda2d517d14319a0e02275cb05f225 /scripts | |
| parent | bce237f18dd151f5e019503af01f2101ce2642ea (diff) | |
add clearer statement about how to run the subset-fonts.sh script [skip ci]
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/subset-fonts.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/subset-fonts.sh b/scripts/subset-fonts.sh index c35e5b6e..8673e8c7 100755 --- a/scripts/subset-fonts.sh +++ b/scripts/subset-fonts.sh @@ -1,5 +1,9 @@ #!/usr/bin/bash +# READ ME FIRST! +# To run this script, you must first build the podman/docker image using the command found at top of Dockerfile.fontforge. +# This script will use that image to execute fontforge on the subset-fonts.pe script. + # NOTE only update when fonts are being changed export SOURCE_DATE_EPOCH=$(date -d 2020-06-10T00:00:00 +%s) |
