Jason – Many thanks for your help so far!
Right yes, I’ve moved this to custom.css now.
I also see the larger text. Now for the final hurdle. I am using fonts from cloud.typography.com. Here is what I’ve got:
–> In header.php, <head> tag
<link rel=”stylesheet” type=”text/css” href=”https://cloud.typography.com/7960514/7168152/css/fonts.css” />
–> In custom.css
p.post-text {
font-family: “Mercury SSm A”, “Mercury SSm B”;
font-style: normal;
font-weight: 500;
}
–> In post:
<p class=”post-text”>
An hour and half drive…
</p>
But I am still seeing the large text from my previous test. I have tired hard refresh of the browser using Ctrl-F5.
Same link as above.
Any ideas?
Tom