test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • mikac Friend
    #159950

    Hello,

    I would like to change ALL fonts to be Century Gothic.

    How to do this?

    Thank you.
    Milan

    Ninja Lead Moderator
    #375986

    dear Milan,

    firstly you need to put your font files in a folder and link to it in css, refer to this for detais:
    http://home.tiscali.nl/developerscorner/fdc-varia/font-embedding.htm
    secondly because you need to change ALL fonts to Century Gothic, you need to find all occurences of

    font-family: Arial,Helvetica,sans-serif;
    in your css files and replace with:

    font-family: "Century Gothic";
    “Century Gothic” is the name set in font-face.
    the css files are mainly in templates[your template]css folder.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 13 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum