Results 1 to 7 of 7
Hybrid View
-
10th May 2011, 01:16 PM #1OPBannedWebsite's:
WarezRelease.org ThatHosting.cocustom fonts in css
hey
is this possible to use custom font in mysite, ive googled it nd found much outdated info, so if any1 knows?Chris2k Reviewed by Chris2k on . custom fonts in css hey is this possible to use custom font in mysite, ive googled it nd found much outdated info, so if any1 knows? Rating: 5
-
10th May 2011, 01:21 PM #2Member
Yup of course, Using CSS3 @font-face
Here u go, choose one from these:-
http://www.google.com/webfonts
http://www.fontsquirrel.com/
Or if u want to use a font u have then use this tool:-
http://www.fontsquirrel.com/fontface/generator
And here is a list of web-safe fonts u can use just with the font-family property:-
http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html
-
10th May 2011, 01:23 PM #3Member
Totally, mate.
You need to get the font into your server and specify in the css file where is it. Then you can use it as a normal font.
Check this: http://www.howtoplaza.com/how-to-use...bsite-with-css
Edit: too late
-
10th May 2011, 01:28 PM #4Member
@Solutho And TTFs wont work with IE versions prior to IE 9
-
2nd May 2012, 09:42 PM #5MemberWebsite's:
PornShareProject.org MidnightDesires.orgTry this, it works with IE and all other major browsers.
PHP Code:@font-face {
font-family: 'Conv_Pacifico';
src: url('../fonts/Pacifico.eot');
src: url('../fonts/Pacifico.eot?#iefix') format('embedded-opentype'),
url('../fonts/Pacifico.woff') format('woff'),
url('../fonts/Pacifico.ttf') format('truetype'),
url('../fonts/Pacifico.svg#Conv_Pacifico') format('svg');
font-weight: normal;
font-style: normal;
}
Linkwheel + Backlinks + Free Ping / Plans starts at $15
Midnight Desires.org | Porn Share Project.org
Is your uploads getting deleted? Mask Your Links!
-
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.
-
2nd May 2012, 10:50 PM #7Member
Then you obviously haven't googled enough
This is the staff, you have been banned
Sponsored Links
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
themaLeecher - leech and manage...
Version 5.03 released. Open older version (or...