To insert code use <code>...</code>.
Using FontFace to make all site text the same font? Usage
  • I have a client who wants to use PTSansItalic not only in the menu, but also on all text within the pages.

    We have FontFace and PTSansItalic turned on and it looks good in the menu...but I can't figure out how to make the content within the pages also italic. All page text seems to appear in PTSans....but not PTSansItalic.

    Any help you can give me would be greatly appreciated.
  • 5 Comments sorted by
  • Hi,

    You need to add corresponding css code for each section you want the font to be used on

    fe.

    #page .inner {font-family:PtSansItalic;}

    add this into the custom css field of the fontface settings.

    Best regards,
    Striking Team
    Paul
  • Thank you so much!! I hadn't realized you had to turn it on and then put in the CSS.
  • hi,

    Because of this you can also set it for each specific section, area and tag (h1..h6,p,site, etc etc.)

    btw you probably have another fontface font turned on. Correct?

    Best regards,
    Striking Team
    Paul
  • I just have PtSansItalic turned on. Can I turn on more than 1 font at the same time within FontFace?

    Now I'm getting it!

    My only issue is figuring out the names of the sections to specify in the CSS. Do you have a published list of those section names...or should I just poke around using Firebug?
  • the latter please....

    Best regards,
    Striking Team
    Paul
This discussion has been closed.
All Discussions