I\'ve followed the instructions below but I\'ve not been able to successfully convert to .woff
Can I convert embedded base64 encode font to a font file?
my
Yes you can by using two online tools.
First copy the base64 data, so everything after 'base64,' and leave out the ); ending. Then go this website and paste the code:
http://www.opinionatedgeek.com/dotnet/tools/Base64Decode/
It will download a .bin file. Next go to:
https://onlinefontconverter.com
Upload your .bin file on the right and select convert to otf or tiff from the links on the left. Click the new download link. Download, unzip and your font will be in there!