Bel LaPointe 2023-10-19 10:25:26 -06:00
parent 7ca8071baf
commit 1d25cbcfb3
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@ ls $outdir/public/BreeLaPointeResume.pdf
echo asserting ${basename_f%.ttf}.woff2
grep -R "${basename_f%.ttf}.woff2" "$outdir/public"
done
find "$outdir/public" -type f | grep -v public.fonts | while read -r f; do
sed -i 's#type="font/ttf"#type="font/woff2"#g' "$f"
done
du -sh "$outdir/public/fonts/"*
)