Add commandline used to convert font data into JS string

This commit is contained in:
David Evans 2018-04-08 14:40:54 +01:00
parent fb0b5e1486
commit 42ea5d1bf9
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@ define(() => {
// Downloaded from Google Fonts and converted to Base64 for embedding in // Downloaded from Google Fonts and converted to Base64 for embedding in
// generated SVGs // generated SVGs
// https://fonts.google.com/specimen/Handlee // https://fonts.google.com/specimen/Handlee
// base64 -b64 \
// < *.woff2 \
// | sed -e "s/^/"$'\t'$'\t'$'\t'"'/" -e "s/$/' +/" \
// > handlee.woff2.b64
/* License /* License