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
I ended up using @fontface. Thanks.