• Hi,
    Just wondering if its possible to change the fonts of the page titles.

    If u look here, http://factstream.singularity.ro/

    I want where it says “Welcome” or “About FactStream” etc to have a font i just downloaded from AcidFonts, Now i don’t know css or php or anything really but if its possible could someone please tell me how,

    I went into Style.Css of the current theme and where it said,

    h1, h2, h3 {
    font-family: ‘Arial’, ‘Font1’, Font2, Font3, Font4;
    font-weight: bold;
    }

    i changed the “fonts” to the name of the font i downloaded, Will i have to upload it thru ftp for it 2 work?

    As you may be able to see on my blog under where it says “Welcome” and the date
    there is a big white gap where i tested h2..

    anyone help plz 🙂

    ty ina advance

Viewing 1 replies (of 1 total)
  • About the white gap: in your stylesheet there is this somewhere around (line 356):

    h3 {style.css
    margin:30px 0 0;
    padding:0;
    }

    Changing 30px to 10 px helps a lot.

    How to show a blog in a font that is not on the users computer, I don’t know. If yo want another regular one instead of Arial, move Arial to position of font2 and enter the font’s name instead of Arial.

    Furthermore your blog looks different in Firefox, showing >> in front of the Navigation links. And under Contents, where IE shows a white space, it seems to ask for page 29. It is not shown becase the page perhaps has no title?

Viewing 1 replies (of 1 total)
  • The topic ‘Changing Title Fonts’ is closed to new replies.