annoyance — 1/2/2023, 6:11:41 PM

anyone know how to encode a font in a data url?

wasteof-static has 1 too many requests.

♥ 2 ↩ 0 💬 3 comments

comments

grippins:

probably just take the file, turn it into base64 text and put that in a data: URL.

1/2/2023, 7:16:33 PM
annoyance:

i tried that but it can’t decode it and i don’t know why

1/2/2023, 8:58:22 PM
annoyance:

i should also encode images in data uris

1/2/2023, 6:13:14 PM