• After having the website almost finished we have installed the “Century Gothic” font.
    We have done tests so that the entire site displays this font and we have detected that in Windows it looks good on all computers but on Mac, using any browser (even with Chrome) the font is not displayed, it uses the default font.

    What are we doing wrong? How should we install the font so that it is compatible with all operating systems and browsers?

    Thanks in advance to anyone who can help me.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator James Huff

    (@macmanx)

    How exactly did you install the font?

    Thread Starter xavi74

    (@xavi74)

    I have uploaded the font in both ttf and otf in the fonts folder of the template.
    In the style.css I added:
    @font-face { font-family: “Century Gothic”; src:
    url(“GOTHIC.otf”) format(“opentype”);
    font-weight: normal; }

    …and then:
    body {
    font-family: ‘Century Gothic’, Arial, sans-serif !important;
    }

    …it works perfectly on windows but not on mac (in any browser).

    I have also tried with ttf and otf and it does not work with either of the 2.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with century gothic’ is closed to new replies.