fix(fonts): fix the timestamp of fonts to the epoch (#3370)

* fix: fix the timestamp of fonts to the epoch

* fix: update fonts

Co-authored-by: Erik Demaine <edemaine@mit.edu>
This commit is contained in:
ylemkimon
2021-10-30 04:08:22 +09:00
committed by GitHub
parent 052f0006f1
commit dde05db6b7
64 changed files with 3 additions and 13 deletions

View File

@@ -97,13 +97,11 @@ jobs:
- name: Build fonts
run: |
export SOURCE_DATE_EPOCH=$(git log -1 --format=%ct -- src/fonts)
make -C src/fonts all
rm -f fonts/*.*
cp src/fonts/ttf/*.ttf fonts
cp src/fonts/woff/*.woff fonts
cp src/fonts/woff2/*.woff2 fonts
echo $SOURCE_DATE_EPOCH > fonts/VERSION
- name: Build metrics
run: ./dockers/fonts/buildMetrics.sh