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