i see this data from CSS file
src: url(data:font/truetype;....data here...);
can i extract this data and convert it to ttf file?
i see this data from CSS file
src: url(data:font/truetype;....data here...);
can i extract this data and convert it to ttf file?
http://www.motobit.com/util/base64-decoder-encoder.asp
using this online tool to decode the base64 string to a binary file :D