3

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?

TomSawyer
  • 3,711
  • 6
  • 44
  • 79

1 Answers1

1

http://www.motobit.com/util/base64-decoder-encoder.asp

using this online tool to decode the base64 string to a binary file :D