From 42ea5d1bf9258d0069051eb15f3674c16a4bfb62 Mon Sep 17 00:00:00 2001 From: David Evans Date: Sun, 8 Apr 2018 14:40:54 +0100 Subject: [PATCH] Add commandline used to convert font data into JS string --- scripts/sequence/themes/HandleeFontData.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/sequence/themes/HandleeFontData.js b/scripts/sequence/themes/HandleeFontData.js index 13b22be..0335c48 100644 --- a/scripts/sequence/themes/HandleeFontData.js +++ b/scripts/sequence/themes/HandleeFontData.js @@ -5,6 +5,10 @@ define(() => { // Downloaded from Google Fonts and converted to Base64 for embedding in // generated SVGs // https://fonts.google.com/specimen/Handlee + // base64 -b64 \ + // < *.woff2 \ + // | sed -e "s/^/"$'\t'$'\t'$'\t'"'/" -e "s/$/' +/" \ + // > handlee.woff2.b64 /* License