Hello I made a site using CSS and i used some special fonts, Site showing correct only in my PC. I can see many site where they have used really special fonts and working in all PC. I guess they have uploaded used fonts on ftp but how to attach uploaded font with my website. Anyone have idea? Advance Thanks
If you want plain text, stick with web-safe fonts. You can use a picture to display any other font instead (for logo, text effects...). In adition, you can use embedded fonts, but Im not sure how all browsers deal with this.
http://www.netmechanic.com/news/vol3/css_no15.htm I guess this technique might help where you could embed the custom font through CSS. But I would advise using an image as advised by other members.
You can create images thru Photoshop. But I dont recommend to use an image to replace text, for a 500 word article.
You could actually get the image sizes to be really small if it is styled very simply. As for dynamic text with images, it really depends. Do you want something like php (or possibly another language) to make them on the fly? You could possible even use flash for this kind of thing. Creating them yourself works best imo, or using flash (not sure how, but have seen it).