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 font file starts with
@font-face {
font-family: "ff_0f65bfd4c8d788fc278265526a59";
src: url(data:font/woff;base64,d09GRk9UVE8AAGQDAAs............
and ends with
...........PPvfkLBXJFlQ==);
}
I can only assume the issue is the portion of the code I'm trying to convert. Any help would be much appreciated.
When I attempt the command below, it just creates an empty file.
openssl base64 -d -in base64_encoded_font.txt -out font.woff