Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #334139

    Hi there,

    I’m not using a child theme and am trying to use the font Gotham through cloud.typography.com. I pasted the initial code snippet into the head tag and added my CSS to the custom.css file—doesn’t work. I made changes to both custom and base and nothing works. What up with this?

    Code in Header:
    <link rel=”stylesheet” type=”text/css” href=”//cloud.typography.com/7904912/799986/css/fonts.css” />

    Custom.css file:
    body {
    font-size: 14px;
    line-height: 24px;
    font-family: ‘Gotham SSm A’, ‘Gotham SSm B’, Helvetica, Arial, sans-serif !important;
    font-weight: 300;
    font-style: normal;
    color: #000;
    -webkit-text-size-adjust: 100%;
    }

    None of this does anything.

    Thanks

    #334931

    Hey fulanoinc!

    Can you post the link to your website please?

    Best regards,
    Yigit

    #397900

    I ended up using @fontface. Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Adding Custom Font Gotham from cloud.typography.com’ is closed to new replies.