Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Typewritten Web Page
I'm creating a page for a friend's band and they want "it to look like it was made on a typewriter"
Now i downloaded me a nice typewritery font. And snazzy it is too. But until CSS allows me to make users download my font i can't use it just as text.
I see myself with three options:
1. make images using photoshop
Pros: Looks how i want it to look- can add other effects.
Cons: It'll mean that I personally have to do EVERY update on their site
2. make the content in flash
Pros: Can load data from a text file so they can update the site theyself.
Cons: I have absolutely no idea how to do this. And scrollbars? How do they work in flash again?
3. Use PHP GD to create images
Pros: If it works it'd be nice
Cons: loads- how do you know how tall to make the image? I got some wierd newline errors when i tried tihs- i'm not exactly clued up on the GD front.
What would you suggest?
0
This discussion has been closed.
Comments
Seems like a simple script, and exchanging it for H2 and H1 is an easy gig.
Might start messing with that myself...
Isn't it just a matter of adding the php code as an include or a require, loading the font to somewhere, pointing the script to the font and then telling it that H1 and H2 need to be rewritten as that font?
seems pretty simple.
Tell ya what... I'll try it, and then I'll write it up and point out the link if I'm successful. I really should refrain from saying that anything looks "good" or "simple" until I've done it myself...
sifr