Activity Stream
48,167 MEMBERS
6830 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 7 of 7
  1.     
    #1
    Banned
    Website's:
    WarezRelease.org ThatHosting.co

    Default 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?
    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

  2.   Sponsored Links

  3.     
    #2
    Member
    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

  4.     
    #3
    Member
    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

  5.     
    #4
    Member
    @Solutho And TTFs wont work with IE versions prior to IE 9

  6.     
    #5
    Member
    Website's:
    PornShareProject.org MidnightDesires.org
    Try this, it works with IE and all other major browsers.


    PHP Code: 
    @font-face {
        
    font-family'Conv_Pacifico';
        
    srcurl('../fonts/Pacifico.eot');
        
    srcurl('../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-weightnormal;
        
    font-stylenormal;


  7.     
    #6
    Member
    Website's:
    scrls.co.uk
    as 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.

  8.     
    #7
    Member
    Then you obviously haven't googled enough
    This is the staff, you have been banned

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Share your favorite Fonts
    By hulkman in forum Graphics Area
    Replies: 6
    Last Post: 13th Feb 2012, 11:49 AM
  2. Identify Fonts From Any Image
    By Daniel in forum Webmaster Resources
    Replies: 10
    Last Post: 29th Jan 2012, 04:22 PM
  3. Fonts
    By Daniel in forum Graphics Area
    Replies: 10
    Last Post: 15th Jan 2011, 01:02 PM
  4. Top 500 Fonts download with a single click
    By fuchen in forum Useful Sites
    Replies: 4
    Last Post: 13th Aug 2010, 05:13 AM
  5. Free Fonts
    By Jesse in forum Useful Sites
    Replies: 13
    Last Post: 3rd Nov 2009, 04:54 AM

Tags for this Thread

BE SOCIAL