Jump to content

implement font from otf file


Guest Merick

Recommended Posts

hey all :)I'm making a website for a friend, but he wants Warnock pro as font type. I got all the .otf files of the font, but i don't know how to implement it in my css. Can you please help me?With kind regards,Merick

Link to comment
Share on other sites

You cannot do think unfourtunately :). There are a few ways to do this:A) Make the page an image, you can use gd_library in php to make it a dynamic image.B ) Force the user to download the font and explain how to put it in their systemC) Use flash

Link to comment
Share on other sites

hey all :)I'm making a website for a friend, but he wants Warnock pro as font type. I got all the .otf files of the font, but i don't know how to implement it in my css. Can you please help me?With kind regards,Merick
Like reportingsjr, the short answer is you can't. Short of, of course, creating an image and displaying it using html/css or having the user download it and place it in the correct folder.The best solution would be to use flash (as stated), but then you have to force the user to download flash player.Looks like you'll be doing a lot of forcing...
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...