Add commandline used to convert font data into JS string
This commit is contained in:
parent
fb0b5e1486
commit
42ea5d1bf9
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue