I've created quite a specialised JavaScript application with my own vector graphics. I'd like to host my own hotlinkable API to complement this application, and thought it would be really tidy if I could embed the vector graphics straight into the API.
I know it can be done with fonts (remember cufon, pretty good before google turbo-charged their webfonts), and I don't need to support legacy versions of browsers, so what are your thoughts? How would you go about doing this?