• I find that in any non-paragraph style, the letter i is rendered as I.
    E.g.,
    if I write the word
    Nilson
    in the style Heading 1
    It will be seen as
    NIlson

    Other letters seem to do OK.

    Please check.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please provide a link to a page on your site where we can see this. Thanks.

    Thread Starter ak08820

    (@ak08820)

    Hi Steven

    https://www.worldveganvision.org/leadership
    then look for the word Vinod

    Search shows
    <p>Vinod Shah</p>
    i is lower case in source, but shows as upper case.

    Thanks

    Thread Starter ak08820

    (@ak08820)

    I found that this issue is visible on Windows PCs and not on an Android phone. Could it be a bad font?

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    It’s clearly an “i” when I view it on my PC (Chrome on Linux)

    See https://i.imgur.com/tlqmMfQ.png

    See https://i.imgur.com/eDN6Ue9.png

    Either the font is not rendering properly on your PC or that’s just how it looks on Windows.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Steve is right.

    Either the font is not rendering properly on your PC or that’s just how it looks on Windows.

    @sterndata, When you disable the following rule in your browser dev toolbar:

    
    .e_o_c_pro_wrapper_template_1 .pseoc_sub_mid_content {
        ...
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }
    

    You’ll see the issue; when the “Libre Franklin” font is being loaded.

    @ak08820, Not all fonts work across all devices and operating systems. If you want to use a font with a wider support, consider using one that is on Google’s font repository: https://fonts.google.com/

    You can then install a Google Font plugin to use it.

    • This reply was modified 6 years, 2 months ago by Andrew Nevins.
    Thread Starter ak08820

    (@ak08820)

    Hi Steven

    I was referring to the font for the same word in a Heading style if you scroll further down the page, in the description for that person.

    screen shot

    I was referring to
    <p>Vinod Shah</p>
    and not
    <p>Vinod Shah</p> as I indicated earlier.

    I suspect that the letter I in the font is not rendering properly on my PC as pointed out. The fonts in my browser config are New Times Roman, Arial (sans-serif) and Consolas (for fixed width)

    Thanks

    • This reply was modified 6 years, 2 months ago by ak08820.
    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    It’s still a lower case i. See https://i.imgur.com/ndAU4T3.png

    The issue is that bold is assigned a font weight of 700,when the font you’ve loaded uses a weight of 600 for bold.

    If I change the weight of bold to 600, it renders properly. See https://i.imgur.com/uXFbjeM.png

    Thread Starter ak08820

    (@ak08820)

    So, how do I fix it?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘I is always capitalized’ is closed to new replies.