Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #737602

    hi, i want use century gothic as default font for heading and text.

    but there isn’t in theme.

    how i can do?

    thanks

    #737729

    Hey Pas7o,

    Start by uploading the font to your server, then you can use CSS like this:

    @font-face {
        font-family: century gothic;
        src: url(https://yoursite.com/subfolder/century-gothic.woff);
    } 
    
    body {
      font-family: 'century gothic' !important;
    }

    Best regards,
    Rikard

    #737802

    how i can “uploading the font to your server”?

    with ftp? in my dominio’s directory?

    #737815
    #737876

    “Monotype has requested that their font Century Gothic Regular be blacklisted by the Generator. You will not be able to convert this font”.

    i downloaded Century Gothic Regular.ttf

    #738168

    Hi,

    You could try changing the name of font file or purchase the font in question.

    Best regards,
    Rikard

    #738249

    work. thanks

    #738719

    Hi,

    Glad we could help.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.