Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter wildbounds

    (@wildbounds)

    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&#8221; />

    –> 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

    Thread Starter wildbounds

    (@wildbounds)

    Thanks Jason. I will use the Inspect tool.
    I now have this:

    wbtext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 36px;
    }

    And in my post this:
    <wbtext style=”text-align: center;”>
    An hour and half drive up the South African west coast from Cape Town lies the laid back holiday town of Langebaan. The ‘jewel of the west coast’ is situated on a stunning lagoon just north of the West Coast National Park, making it an ideal location for active sport enthusiasts and nature lovers alike.
    </wbtext>

    But the font is not 36px large! Are CSS changes always reflected immediately?

    https://wild-bounds.com/test/journal/posts/langebaan-south-africas-flat-water-kitesurf-haven

    Many thanks
    Tom

Viewing 2 replies - 1 through 2 (of 2 total)