Converting base64 font back to ttf or otf

后端 未结 5 1490
时光取名叫无心
时光取名叫无心 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:13

    You can simply open the font from Network panel in developers tools and save it.

    Here is step-by-step for Google Chrome:

    1. Open Chrome dev. tools (CMD+SHIFT+I, CTRL+SHIFT+I)
    2. Open "Network" tab, refresh website
    3. Filter only: Fonts
    4. Right click on font file + "Open in new tab"
    5. Save file + name it based on font type.

    That's all.

提交回复
热议问题