• Resolved sharonejackson

    (@sharonejackson)


    Trying to change the font size to something larger.
    Font: Josephin Sans
    Weight: 300
    CSS font-size: large;

    I also tried font-size: 18px;

    It does not change anything. I tried it both with and without { } around it. Can someone tell me what I am doing wrong?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author DannyCooper

    (@dannycooper)

    Hi @sharonejackson,

    While this query is not related to this plugin, I’m happy to give you the answer. This is the code you are looking for:

    body {
        font-family: "Josefin Sans", arial, sans-serif;
        font-weight: 300;
        font-size: 18px;
    }
    Thread Starter sharonejackson

    (@sharonejackson)

    Sorry, Danny, I thought I was on the right forum. My apologies and also, gratitude for your assistance. Sadly, however, it does not work. ??

    Plugin Author DannyCooper

    (@dannycooper)

    It appears to be working on my end, the font is being displayed at 18px.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change the font size’ is closed to new replies.