Skip to content

Instantly share code, notes, and snippets.

@alecmerdler
Last active January 14, 2020 05:31
Show Gist options
  • Save alecmerdler/f9d152624f3ed37f1b1470111a2dace0 to your computer and use it in GitHub Desktop.
Save alecmerdler/f9d152624f3ed37f1b1470111a2dace0 to your computer and use it in GitHub Desktop.
Download fonts for epic win
  1. Go to https://vj-type.com/product/dida/
  2. Open Chrome Devtools (Ctrl+Shift+I Linux / Cmd+Shift+I MacOS)
  3. Select Network tab and Font subtab and refresh page
  4. Should see 3 entries, one starts with data:application/x-font-woff: suspicious...
  5. Click the suspected entry row and click the Preview tab
  6. Hey, that's our font!
  7. Click the Headers tab
  8. Copy all text after Request URL: data:application/x-font-woff;charset=utf-8;base64,
  9. Paste text into https://www.opinionatedgeek.com/codecs/base64decoder
  10. Download Base64Decoded.bin (I promise it's safe)
  11. Upload Base64Decoded.bin to https://onlinefontconverter.com/ and choose the desired format
  12. Click Save Your Font and download
  13. ???
  14. Profit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment