Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1231494

    Hi There
    I am using a word in the menu and on a page heading that uses a macron. The letter appears larger than the others. Is it possible to change the size of that one letter. Screen shot and page in private details. It’s the first ‘a’ in the word Whānau.
    Cheers Jane

    #1231646

    Hey Byrne,

    That character is likely not supported by the font you are using, that is probably why it looks like that. We can’t target that single character with CSS, but if you try to wrap it in a span element like so:

    Wh<span class="special-a">ā</span>nau

    Then you can target it using CSS like this:

    .special-a {
      font-size: 12px;
    }

    Best regards,
    Rikard

    #1231882

    Brilliant, thank you. Worked a treat.

    #1231891

    Hi,

    If you need additional help please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change the font size of one letter’ is closed to new replies.