Results 1 to 7 of 7
Threaded View
-
2nd May 2012, 10:20 PM #6MemberWebsite's:
scrls.co.ukas AlternativeWeb stated you need to be using the @font-face css rules.
To get them for any font what to do is this.
get your OFT or TTF or whatever the font file is and then upload it to this site:
http://www.font********** - This will give you most of the files that you need.
http://orionevent.comxa.com/otf2woff.html - this will give you the WOFF file.
Now that you have everything you will have this in your root
public_html/fonts/
public_html/fonts/fontfolder
public_html/fonts/font.otf
obviously "font.otf" would be your own font.
Once you have this you will need to make a stylesheet for the css of the font-face.
In your page you want to have the link to it by doing as follows in your <head> tags:
<link href="fonts/fontfolder/stylesheet.css" media="all" rel="stylesheet" type="text/css" />
Below, would be what you would put as the font-family in your main css styles.
font-family: 'fonthere', Georgia, Palatino, Times New Roman, serif; Once this is done, it should all work perfectly if you have everything in the right place.
Hope this explained it a little better for you.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Share your favorite Fonts
By hulkman in forum Graphics AreaReplies: 6Last Post: 13th Feb 2012, 11:49 AM -
Identify Fonts From Any Image
By Daniel in forum Webmaster ResourcesReplies: 10Last Post: 29th Jan 2012, 04:22 PM -
Fonts
By Daniel in forum Graphics AreaReplies: 10Last Post: 15th Jan 2011, 01:02 PM -
Top 500 Fonts download with a single click
By fuchen in forum Useful SitesReplies: 4Last Post: 13th Aug 2010, 05:13 AM -
Free Fonts
By Jesse in forum Useful SitesReplies: 13Last Post: 3rd Nov 2009, 04:54 AM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...