Converting base64 font back to ttf or otf

后端 未结 5 1492
时光取名叫无心
时光取名叫无心 2020-12-28 18:01

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

5条回答
  •  借酒劲吻你
    2020-12-28 18:28

    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!

提交回复
热议问题